summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWastack <btomi96@gmail.com>2016-03-11 00:37:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-11 08:49:50 +0000
commit951917e73cc5d52453830daa47fd30b5fd834bc0 (patch)
tree36d4dee0313bf3b9b28fe5cf397ee98160e4beaa
parent83452dd0836fe0da96095a322231d837fc31934b (diff)
tdf#97966: Remove 'static' keywords
Change-Id: I0a3f17d43917d05734980329231ef6e7cadfd58a Reviewed-on: https://gerrit.libreoffice.org/23129 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--vcl/source/control/quickselectionengine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/quickselectionengine.cxx b/vcl/source/control/quickselectionengine.cxx
index e8d40756830f..fc7e7893c138 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();