diff options
author | Wastack <btomi96@gmail.com> | 2016-03-31 08:34:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-01 06:44:05 +0000 |
commit | 0b8e5ca5a25dfe9f20b098fdbd94f7e9f223f5c7 (patch) | |
tree | 3dbf334a665fbc6311b92555e5636e822af962ea /codemaker | |
parent | 0de40868b49b9fc387391e2cbca1c8e910ef3bd3 (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 'codemaker')
-rw-r--r-- | codemaker/source/cppumaker/cpputype.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index 92a1c648420f..718940596f6f 100644 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -3426,7 +3426,7 @@ private: rtl::Reference< unoidl::SingleInterfaceBasedServiceEntity > entity_; }; -static void failsToSupply( +void failsToSupply( FileStream & o, OUString const & service, OString const & type) { o << "::rtl::OUString(\"component context fails to supply service \") + \"" |