Kaydet (Commit) 0ddb8a1c authored tarafından Noel Grandin's avatar Noel Grandin

convert sd/source/ui/inc/MasterPageObserver.hxx from String to OUString

Change-Id: Ia1404ffaa94dc66ad0766b5dd714a2a72f966b74
üst 4eade026
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment