summaryrefslogtreecommitdiff
path: root/svtools/inc
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/inc
parentf4483d31f33aca78afbd719e58db5d8a097411dd (diff)
String cleanup.
Change-Id: I3ae62993a1b753927af236b3a7923eacbb4c8cc0
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/embedhlp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/inc/svtools/embedhlp.hxx b/svtools/inc/svtools/embedhlp.hxx
index 87910d1a810f..cd4f759940ef 100644
--- a/svtools/inc/svtools/embedhlp.hxx
+++ b/svtools/inc/svtools/embedhlp.hxx
@@ -36,7 +36,7 @@ namespace comphelper
class Rectangle;
class OutputDevice;
-class String;
+
namespace svt
{
struct EmbeddedObjectRef_Impl;
@@ -55,7 +55,7 @@ namespace svt
const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& operator ->() const { return mxObj; }
const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& GetObject() const { return mxObj; }
- static void DrawPaintReplacement( const Rectangle &rRect, const String &rText, OutputDevice *pOut );
+ static void DrawPaintReplacement( const Rectangle &rRect, const OUString &rText, OutputDevice *pOut );
static void DrawShading( const Rectangle &rRect, OutputDevice *pOut );
static sal_Bool TryRunningState( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& );
static void SetGraphicToContainer( const Graphic& rGraphic,