summaryrefslogtreecommitdiff
path: root/sd/inc/cusshow.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-09-05 14:22:12 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-09-08 03:06:32 +0000
commit9de3cff361fc49322689e26709ca4709866f485c (patch)
treed95e13f88e624b29bda67c642c0e094633584b8f /sd/inc/cusshow.hxx
parent8848c6ec29919deec2f242ccdd336bc710da6646 (diff)
String to OUString
Change-Id: I5ff57ede2217f1464571fb2beaa62a34425064ae Reviewed-on: https://gerrit.libreoffice.org/5826 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
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; }