diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-17 16:42:40 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-19 10:14:18 +0200 |
commit | 0ddb8a1c1bc4163a1aac4c59b1c59d10d4285407 (patch) | |
tree | 2994bb99b37ed0b96996475abb2c7671b0f89ca6 /sd/source/ui/inc/MasterPageObserver.hxx | |
parent | 4eade0266f74eef910c916d46fbf186d4d499f52 (diff) |
convert sd/source/ui/inc/MasterPageObserver.hxx from String to OUString
Change-Id: Ia1404ffaa94dc66ad0766b5dd714a2a72f966b74
Diffstat (limited to 'sd/source/ui/inc/MasterPageObserver.hxx')
-rw-r--r-- | sd/source/ui/inc/MasterPageObserver.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/inc/MasterPageObserver.hxx b/sd/source/ui/inc/MasterPageObserver.hxx index 89689adad275..bd56a52eabc7 100644 --- a/sd/source/ui/inc/MasterPageObserver.hxx +++ b/sd/source/ui/inc/MasterPageObserver.hxx @@ -26,7 +26,6 @@ #include <set> class SdDrawDocument; -class String; namespace sd { @@ -107,12 +106,12 @@ public: EventType meType; SdDrawDocument& mrDocument; - const String& mrMasterPageName; + const OUString& mrMasterPageName; MasterPageObserverEvent ( EventType eType, SdDrawDocument& rDocument, - const String& rMasterPageName) + const OUString& rMasterPageName) : meType(eType), mrDocument(rDocument), mrMasterPageName(rMasterPageName) |