From 0b8e5ca5a25dfe9f20b098fdbd94f7e9f223f5c7 Mon Sep 17 00:00:00 2001 From: Wastack Date: Thu, 31 Mar 2016 08:34:53 +0200 Subject: tdf#97966 Drop 'static' keywords Including no keywords from extern "C" blocks Change-Id: Id0304994a692f1004993dda2ffd7fb819ab8e8d0 Reviewed-on: https://gerrit.libreoffice.org/23670 Reviewed-by: Stephan Bergmann Tested-by: Stephan Bergmann --- basctl/source/basicide/scriptdocument.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl') diff --git a/basctl/source/basicide/scriptdocument.cxx b/basctl/source/basicide/scriptdocument.cxx index 6d3a328100b0..3581c1b92e1a 100644 --- a/basctl/source/basicide/scriptdocument.cxx +++ b/basctl/source/basicide/scriptdocument.cxx @@ -115,7 +115,7 @@ namespace basctl namespace { - static bool StringCompareLessThan( const OUString& lhs, const OUString& rhs ) + bool StringCompareLessThan( const OUString& lhs, const OUString& rhs ) { return lhs.compareToIgnoreAsciiCase( rhs ) < 0; } -- cgit