summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLTextMarkImportContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextMarkImportContext.cxx b/xmloff/source/text/XMLTextMarkImportContext.cxx
index 3878152e5bae..9a6108a0022d 100644
--- a/xmloff/source/text/XMLTextMarkImportContext.cxx
+++ b/xmloff/source/text/XMLTextMarkImportContext.cxx
@@ -335,7 +335,7 @@ void XMLTextMarkImportContext::EndElement()
xContent = CreateAndInsertMark(GetImport(),
(bImportAsField
? OUString("com.sun.star.text.Fieldmark")
- : OUString(sAPI_bookmark)),
+ : sAPI_bookmark),
m_sBookmarkName,
xInsertionCursor,
m_sXmlId);