summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLPropertyBackpatcher.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:43:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:51:59 +0200
commitad99664931154a2999bef8d0cfd1b1c44f0109ee (patch)
tree70fc3ca300f82b766e7b9c250a1fadcf429e154b /xmloff/source/text/XMLPropertyBackpatcher.cxx
parentaf896b031cf9ac2d35bdf6570c6a451fd00a0d1c (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): xmloff
Change-Id: I0791c0df1793e05900a32fcdb6d32831bbbe3f9a Reviewed-on: https://gerrit.libreoffice.org/76623 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmloff/source/text/XMLPropertyBackpatcher.cxx')
-rw-r--r--xmloff/source/text/XMLPropertyBackpatcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLPropertyBackpatcher.cxx b/xmloff/source/text/XMLPropertyBackpatcher.cxx
index e5f18a7b25c3..5437cd4cfe22 100644
--- a/xmloff/source/text/XMLPropertyBackpatcher.cxx
+++ b/xmloff/source/text/XMLPropertyBackpatcher.cxx
@@ -126,7 +126,7 @@ XMLTextImportHelper::MakeBackpatcherImpl()
static OUString GetSequenceNumber()
{
- return OUString("SequenceNumber");
+ return "SequenceNumber";
}