diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-08-21 15:25:35 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-08-21 15:52:46 +0400 |
commit | 4802bf2da3439cfddde79a4193e642dac58eab9d (patch) | |
tree | 17bdcd421fd5a528c81dc29b73c8cfae45af1729 /sd/source/ui/inc/inspagob.hxx | |
parent | 64b315df9b7f90621db92062c6ce62f487325388 (diff) |
String->OUString
Change-Id: Ifb3a2f8ef959baec38fe0168a9e88e85da0d9744
Diffstat (limited to 'sd/source/ui/inc/inspagob.hxx')
-rw-r--r-- | sd/source/ui/inc/inspagob.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/inspagob.hxx b/sd/source/ui/inc/inspagob.hxx index 16bd9b88e123..038b464fe675 100644 --- a/sd/source/ui/inc/inspagob.hxx +++ b/sd/source/ui/inc/inspagob.hxx @@ -40,7 +40,7 @@ private: SfxMedium* pMedium; const SdDrawDocument* mpDoc; - const String& rName; + const OUString& rName; void Reset(); DECL_LINK( SelectObjectHdl, void * ); @@ -49,7 +49,7 @@ public: SdInsertPagesObjsDlg( Window* pParent, const SdDrawDocument* pDoc, SfxMedium* pSfxMedium, - const String& rFileName ); + const OUString& rFileName ); ~SdInsertPagesObjsDlg(); /** returns the list |