summaryrefslogtreecommitdiffstats
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-17 11:10:24 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-17 14:30:58 -0500
commit93b8ccb4ade28815e50cd0ce9fd8d48114a619ed (patch)
treefe8c47b14b0f06585b71ee9774a356c49ec1ffa9 /svtools/source/misc
parentVML import of TextFrame border width (diff)
downloadcore-93b8ccb4ade28815e50cd0ce9fd8d48114a619ed.tar.gz
core-93b8ccb4ade28815e50cd0ce9fd8d48114a619ed.zip
String cleanup.
Change-Id: I3ae62993a1b753927af236b3a7923eacbb4c8cc0
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/embedhlp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx
index 5d6ac82e78e0..2fa75fdde9c0 100644
--- a/svtools/source/misc/embedhlp.cxx
+++ b/svtools/source/misc/embedhlp.cxx
@@ -595,7 +595,7 @@ SvStream* EmbeddedObjectRef::GetGraphicStream( sal_Bool bUpdate ) const
return NULL;
}
-void EmbeddedObjectRef::DrawPaintReplacement( const Rectangle &rRect, const String &rText, OutputDevice *pOut )
+void EmbeddedObjectRef::DrawPaintReplacement( const Rectangle &rRect, const OUString &rText, OutputDevice *pOut )
{
MapMode aMM( MAP_APPFONT );
Size aAppFontSz = pOut->LogicToLogic( Size( 0, 8 ), &aMM, NULL );