summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtparai.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx
index df7faffbb505..a8a9d3321530 100644
--- a/xmloff/source/text/txtparai.cxx
+++ b/xmloff/source/text/txtparai.cxx
@@ -899,8 +899,7 @@ void XMLMetaImportContext::InsertMeta(
const uno::Reference<rdf::XMetadatable> xMeta(
XMLTextMarkImportContext::CreateAndInsertMark(
GetImport(),
- OUString(
- "com.sun.star.text.InContentMetadata"),
+ OUString("com.sun.star.text.InContentMetadata"),
OUString(),
i_xInsertionRange, m_XmlId),
uno::UNO_QUERY);
@@ -978,8 +977,7 @@ void XMLMetaFieldImportContext::InsertMeta(
const Reference<XPropertySet> xPropertySet(
XMLTextMarkImportContext::CreateAndInsertMark(
GetImport(),
- OUString(
- "com.sun.star.text.textfield.MetadataField"),
+ OUString("com.sun.star.text.textfield.MetadataField"),
OUString(),
i_xInsertionRange, m_XmlId),
UNO_QUERY);