summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/textaction.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-16 09:27:47 +0200
committerNoel Grandin <noel@peralex.com>2013-09-17 09:05:43 +0200
commitabe49a84273f79b11f333136bedfc753d79bf306 (patch)
tree0a2dc14b6a93887851058a6604f18b8ec353adfc /cppcanvas/source/mtfrenderer/textaction.hxx
parente6d91ff22428f909cf26b18599fdeb5e675c8228 (diff)
convert CPPCANVAS module from String to OUString
Change-Id: I12a219a50cc3a9b07c9852cc0d417f71797b9e15
Diffstat (limited to 'cppcanvas/source/mtfrenderer/textaction.hxx')
-rw-r--r--cppcanvas/source/mtfrenderer/textaction.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cppcanvas/source/mtfrenderer/textaction.hxx b/cppcanvas/source/mtfrenderer/textaction.hxx
index b3218b0a2a1a..f40f03ee6787 100644
--- a/cppcanvas/source/mtfrenderer/textaction.hxx
+++ b/cppcanvas/source/mtfrenderer/textaction.hxx
@@ -31,7 +31,6 @@ class VirtualDevice;
class Point;
class Size;
class Color;
-class String;
/* Definition of internal::TextActionFactory class */
@@ -71,7 +70,7 @@ namespace cppcanvas
const ::Color& rReliefColor,
const ::Size& rShadowOffset,
const ::Color& rShadowColor,
- const ::String& rText,
+ const OUString& rText,
sal_Int32 nStartPos,
sal_Int32 nLen,
const sal_Int32* pDXArray,