From abe49a84273f79b11f333136bedfc753d79bf306 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 16 Sep 2013 09:27:47 +0200 Subject: convert CPPCANVAS module from String to OUString Change-Id: I12a219a50cc3a9b07c9852cc0d417f71797b9e15 --- cppcanvas/source/mtfrenderer/textaction.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cppcanvas/source/mtfrenderer/textaction.hxx') 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, -- cgit v1.2.3