From 1976b017c3f23a50fc4533c94ae4eb151ee591a1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 14 Feb 2013 17:23:39 +0100 Subject: Disambiguation for MSC Change-Id: I356af9cebf4779bd5bc4721b0e0e20d7ae4e307e --- sdext/source/pdfimport/tree/writertreevisiting.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdext') 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(pAnchor) ) { - rProps[ "text:anchor-type" ] = - rElem.isCharacter ? "character" : "paragraph"; + rProps[ "text:anchor-type" ] = rElem.isCharacter + ? OUString("character") : OUString("paragraph"); } else { -- cgit