summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-02-14 17:23:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-02-14 17:24:33 +0100
commit1976b017c3f23a50fc4533c94ae4eb151ee591a1 (patch)
tree7639ac5c66d900d1664cd137f5f3c2657cb58b50 /sdext
parenta12286cf81b2483e1585b2c45c40fa507fdd3136 (diff)
Disambiguation for MSC
Change-Id: I356af9cebf4779bd5bc4721b0e0e20d7ae4e307e
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/tree/writertreevisiting.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/tree/writertreevisiting.cxx b/sdext/source/pdfimport/tree/writertreevisiting.cxx
index 6f7fe57b326b..7eaabe822795 100644
--- a/sdext/source/pdfimport/tree/writertreevisiting.cxx
+++ b/sdext/source/pdfimport/tree/writertreevisiting.cxx
@@ -120,8 +120,8 @@ void WriterXmlEmitter::fillFrameProps( DrawElement& rElem,
{
if( dynamic_cast<ParagraphElement*>(pAnchor) )
{
- rProps[ "text:anchor-type" ] =
- rElem.isCharacter ? "character" : "paragraph";
+ rProps[ "text:anchor-type" ] = rElem.isCharacter
+ ? OUString("character") : OUString("paragraph");
}
else
{