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

New commits:
commit 951917e73cc5d52453830daa47fd30b5fd834bc0
Author: Wastack <btom...@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 <sberg...@redhat.com>
    Tested-by: Stephan Bergmann <sberg...@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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to