summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-06-29 18:30:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-06-29 18:38:14 +0200
commitb6d97514cdca32129142cd937ac0cbda3113f562 (patch)
tree802c73760715910cb707dd05079758d07edb05a6 /xmloff
parent56dc79822d5c464b33b1d0199558ca684e94c069 (diff)
reduce some spacing
Change-Id: I72d494b1c0ff5ed3c52ae6a078815f497e4dd647
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);