diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-09-10 23:42:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-11 10:54:24 +0100 |
commit | 3e635c3368c23608bac471970f18d1d64684a147 (patch) | |
tree | bcd3c3896b079b16fd26ef826d44c9a93dde41bc /sd/inc | |
parent | c0c7fb66985a9a3e8f9b7a796c1e0489e407879b (diff) |
XubString->rtl::OUString
Change-Id: If7e5d015c95f8f173750ca32e061d69f56e2d93e
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/sdpage.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 9b1236a73a7e..8089e9a058e3 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -127,7 +127,7 @@ protected: sal_uInt32 mnTime; ///< Display time in seconds sal_Bool mbSoundOn; ///< with / without sound. sal_Bool mbExcluded; ///< will (not) be displayed during show. - String maLayoutName; ///< Name of the layout + OUString maLayoutName; ///< Name of the layout String maSoundFile; ///< Path to sound file (MSDOS notation). bool mbLoopSound; bool mbStopSound; @@ -273,8 +273,8 @@ public: virtual void Changed(const SdrObject& rObj, SdrUserCallType eType, const Rectangle& rOldBoundRect); - void SetLayoutName(String aName); - virtual String GetLayoutName() const { return maLayoutName; } + void SetLayoutName(OUString aName); + virtual OUString GetLayoutName() const { return maLayoutName; } void SetFileName(const String& aName) { maFileName = aName; } virtual String GetFileName() const { return maFileName; } |