diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-03 15:05:16 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:48 +0200 |
commit | 5ab6a622f17dd5ed7866e1d9884bc8c62f5e6ab1 (patch) | |
tree | 4d155edee524946fcb01397214bbfb9b860d0ef5 /include/svx | |
parent | 40a210a92c5393617aeb16b55ed688364902c255 (diff) |
convert include/svx/dialcontrol.hxx from String to OUString
Change-Id: I6f35595305178ec10b19a9d5f499526d76e2b736
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/dialcontrol.hxx | 2 |
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; |