diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 16:15:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 18:45:39 +0200 |
commit | 9d6a532e49b2bdc0ee808ff0f4e17d327d79a754 (patch) | |
tree | 62a880c0af798f870174c8fc6753e4ddd79f8c64 /xmloff/source/script/XMLStarBasicContextFactory.cxx | |
parent | e6862e7828ba6bdd63bffd7eeaecc7de5d7d1c2e (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloff
Change-Id: I47bd2f4b6bbe47b8a6c0aa8102186bf25a3804f6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97772
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmloff/source/script/XMLStarBasicContextFactory.cxx')
-rw-r--r-- | xmloff/source/script/XMLStarBasicContextFactory.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/script/XMLStarBasicContextFactory.cxx b/xmloff/source/script/XMLStarBasicContextFactory.cxx index 7f76539789a0..450a232eeac8 100644 --- a/xmloff/source/script/XMLStarBasicContextFactory.cxx +++ b/xmloff/source/script/XMLStarBasicContextFactory.cxx @@ -33,10 +33,10 @@ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Sequence; -static const OUStringLiteral gsEventType("EventType"); -static const OUStringLiteral gsLibrary("Library"); -static const OUStringLiteral gsMacroName("MacroName"); -static const OUStringLiteral gsStarBasic("StarBasic"); +const OUStringLiteral gsEventType("EventType"); +const OUStringLiteral gsLibrary("Library"); +const OUStringLiteral gsMacroName("MacroName"); +const OUStringLiteral gsStarBasic("StarBasic"); XMLStarBasicContextFactory::XMLStarBasicContextFactory() { |