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/text/XMLTextShapeImportHelper.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/text/XMLTextShapeImportHelper.cxx')
-rw-r--r-- | xmloff/source/text/XMLTextShapeImportHelper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextShapeImportHelper.cxx b/xmloff/source/text/XMLTextShapeImportHelper.cxx index 57749b0b74d0..156118dfbe3d 100644 --- a/xmloff/source/text/XMLTextShapeImportHelper.cxx +++ b/xmloff/source/text/XMLTextShapeImportHelper.cxx @@ -41,9 +41,9 @@ using namespace ::com::sun::star::text; using namespace ::com::sun::star::container; using namespace ::com::sun::star::xml::sax; -static const OUStringLiteral gsAnchorType("AnchorType"); -static const OUStringLiteral gsAnchorPageNo("AnchorPageNo"); -static const OUStringLiteral gsVertOrientPosition("VertOrientPosition"); +const OUStringLiteral gsAnchorType("AnchorType"); +const OUStringLiteral gsAnchorPageNo("AnchorPageNo"); +const OUStringLiteral gsVertOrientPosition("VertOrientPosition"); XMLTextShapeImportHelper::XMLTextShapeImportHelper( SvXMLImport& rImp ) : |