summaryrefslogtreecommitdiff
path: root/xmloff/source/style/prstylei.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-02 16:15:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-02 18:45:39 +0200
commit9d6a532e49b2bdc0ee808ff0f4e17d327d79a754 (patch)
tree62a880c0af798f870174c8fc6753e4ddd79f8c64 /xmloff/source/style/prstylei.cxx
parente6862e7828ba6bdd63bffd7eeaecc7de5d7d1c2e (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/style/prstylei.cxx')
-rw-r--r--xmloff/source/style/prstylei.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/prstylei.cxx b/xmloff/source/style/prstylei.cxx
index c005a38873f4..4712bf4e5bb7 100644
--- a/xmloff/source/style/prstylei.cxx
+++ b/xmloff/source/style/prstylei.cxx
@@ -143,8 +143,8 @@ namespace
-static const OUStringLiteral gsIsPhysical( "IsPhysical" );
-static const OUStringLiteral gsFollowStyle( "FollowStyle" );
+const OUStringLiteral gsIsPhysical( "IsPhysical" );
+const OUStringLiteral gsFollowStyle( "FollowStyle" );
XMLPropStyleContext::XMLPropStyleContext( SvXMLImport& rImport,
sal_uInt16 nPrfx, const OUString& rLName,