summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextMasterPageContext.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/text/XMLTextMasterPageContext.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/text/XMLTextMasterPageContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextMasterPageContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextMasterPageContext.cxx b/xmloff/source/text/XMLTextMasterPageContext.cxx
index 13cb28ba98e6..890ca08b3e32 100644
--- a/xmloff/source/text/XMLTextMasterPageContext.cxx
+++ b/xmloff/source/text/XMLTextMasterPageContext.cxx
@@ -64,7 +64,7 @@ Reference < XStyle > XMLTextMasterPageContext::Create()
return xNewStyle;
}
-static const OUStringLiteral gsFollowStyle( "FollowStyle" );
+const OUStringLiteral gsFollowStyle( "FollowStyle" );
XMLTextMasterPageContext::XMLTextMasterPageContext( SvXMLImport& rImport,
sal_uInt16 nPrfx, const OUString& rLName,