summaryrefslogtreecommitdiff
path: root/sd/inc/cusshow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/cusshow.hxx')
-rw-r--r--sd/inc/cusshow.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx
index cbf1e84e7637..812936464fde 100644
--- a/sd/inc/cusshow.hxx
+++ b/sd/inc/cusshow.hxx
@@ -41,7 +41,7 @@ public:
private:
PageVec maPages;
- String aName;
+ OUString aName;
SdDrawDocument* pDoc;
// this is a weak reference to a possible living api wrapper for this custom show
@@ -70,8 +70,8 @@ public:
/** Removes all occurences of pPage. */
void RemovePage( const SdPage* pPage );
- void SetName(const String& rName);
- String GetName() const;
+ void SetName(const OUString& rName);
+ OUString GetName() const;
SdDrawDocument* GetDoc() const { return pDoc; }