[Libreoffice-commits] core.git: vcl/source

Wastack btomi96 at gmail.com
Fri Mar 11 08:50:14 UTC 2016


 vcl/source/control/quickselectionengine.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 951917e73cc5d52453830daa47fd30b5fd834bc0
Author: Wastack <btomi96 at gmail.com>
Date:   Fri Mar 11 00:37:08 2016 +0100

    tdf#97966: Remove 'static' keywords
    
    Change-Id: I0a3f17d43917d05734980329231ef6e7cadfd58a
    Reviewed-on: https://gerrit.libreoffice.org/23129
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    Tested-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/vcl/source/control/quickselectionengine.cxx b/vcl/source/control/quickselectionengine.cxx
index e8d4075..fc7e789 100644
--- a/vcl/source/control/quickselectionengine.cxx
+++ b/vcl/source/control/quickselectionengine.cxx
@@ -56,7 +56,7 @@ namespace vcl
 
     namespace
     {
-        static void lcl_reset( QuickSelectionEngine_Data& _data )
+        void lcl_reset( QuickSelectionEngine_Data& _data )
         {
             _data.sCurrentSearchString.clear();
             _data.aSingleSearchChar.reset();


More information about the Libreoffice-commits mailing list