summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorWastack <btomi96@gmail.com>2016-03-11 00:43:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-11 08:54:33 +0000
commit7a0b8decb7d81fefced39ee04368dd0112e8ac28 (patch)
tree6ee2eb9a840abf90c1150e473db6d99d75d18c04 /xmloff
parentb91fb8465cdaaff077b9f5c2a73cfc873350126f (diff)
tdf#97966: Remove 'static' keywords
Change-Id: Id70f9e55fb4ad7d3a501399b055208ea10369c82 Reviewed-on: https://gerrit.libreoffice.org/23131 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/XMLFilterRegistration.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/XMLFilterRegistration.cxx b/xmloff/source/transform/XMLFilterRegistration.cxx
index e87ea6ac985c..4b7ce03acd07 100644
--- a/xmloff/source/transform/XMLFilterRegistration.cxx
+++ b/xmloff/source/transform/XMLFilterRegistration.cxx
@@ -43,7 +43,7 @@ namespace
CreateInstance createInstance;
};
- static const ServiceDescriptor* getServiceDescriptors()
+ const ServiceDescriptor* getServiceDescriptors()
{
static const ServiceDescriptor aDescriptors[] =
{