summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-08-24 19:00:06 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-08-24 22:23:19 +0400
commit72a3be3dd0983769f4d17f237844efd7536da7e1 (patch)
tree7d2b5fb7c7bf7e9f784b6d89f384bc3c59d232bf /sd/source/ui/inc
parent4c8fd5abdfd1cf588cf38e1b8e761d09b5952343 (diff)
convert SdTpOptionsMisc to OUString
Change-Id: Ifd971d1b0b2bbccea2e3c632e35b42d1065a66ea
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/tpoption.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/tpoption.hxx b/sd/source/ui/inc/tpoption.hxx
index b8e0a7261c03..cbbd960912cc 100644
--- a/sd/source/ui/inc/tpoption.hxx
+++ b/sd/source/ui/inc/tpoption.hxx
@@ -111,13 +111,13 @@ private:
sal_uInt32 nWidth;
sal_uInt32 nHeight;
- String aInfo1;
- String aInfo2;
+ OUString aInfo1;
+ OUString aInfo2;
SfxMapUnit ePoolUnit;
- String GetScale( sal_Int32 nX, sal_Int32 nY );
- sal_Bool SetScale( const String& aScale, sal_Int32& rX, sal_Int32& rY );
+ OUString GetScale( sal_Int32 nX, sal_Int32 nY );
+ sal_Bool SetScale( const OUString& aScale, sal_Int32& rX, sal_Int32& rY );
DECL_LINK( SelectMetricHdl_Impl, void * );