summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorWastack <btomi96@gmail.com>2016-03-31 08:34:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-01 06:44:05 +0000
commit0b8e5ca5a25dfe9f20b098fdbd94f7e9f223f5c7 (patch)
tree3dbf334a665fbc6311b92555e5636e822af962ea /basic
parent0de40868b49b9fc387391e2cbca1c8e910ef3bd3 (diff)
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 <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/basmgr/vbahelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/basmgr/vbahelper.cxx b/basic/source/basmgr/vbahelper.cxx
index 366df75dff53..475a02fb4fce 100644
--- a/basic/source/basmgr/vbahelper.cxx
+++ b/basic/source/basmgr/vbahelper.cxx
@@ -48,7 +48,7 @@ uno::Reference< frame::XModuleManager2 > lclCreateModuleManager()
typedef ::std::vector<uno::Reference<frame::XModel>> ModelVector;
-static ModelVector CreateDocumentsEnumeration(
+ModelVector CreateDocumentsEnumeration(
const uno::Reference< frame::XModel >& rxModel)
{
ModelVector models;