summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-03 15:05:16 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:48 +0200
commit5ab6a622f17dd5ed7866e1d9884bc8c62f5e6ab1 (patch)
tree4d155edee524946fcb01397214bbfb9b860d0ef5 /include
parent40a210a92c5393617aeb16b55ed688364902c255 (diff)
convert include/svx/dialcontrol.hxx from String to OUString
Change-Id: I6f35595305178ec10b19a9d5f499526d76e2b736
Diffstat (limited to 'include')
-rw-r--r--include/svx/dialcontrol.hxx2
1 files changed, 1 insertions, 1 deletions
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;