From 5ab6a622f17dd5ed7866e1d9884bc8c62f5e6ab1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Sep 2013 15:05:16 +0200 Subject: convert include/svx/dialcontrol.hxx from String to OUString Change-Id: I6f35595305178ec10b19a9d5f499526d76e2b736 --- include/svx/dialcontrol.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx index 92a3acebf8b8..020f05a77d4b 100644 --- a/include/svx/dialcontrol.hxx +++ b/include/svx/dialcontrol.hxx @@ -43,7 +43,7 @@ public: void CopyBackground( const DialControlBmp& rSrc ); void DrawBackground( const Size& rSize, bool bEnabled ); virtual void DrawBackground(); - virtual void DrawElements( const String& rText, sal_Int32 nAngle ); + virtual void DrawElements( const OUString& rText, sal_Int32 nAngle ); protected: Rectangle maRect; -- cgit