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 @@ ...@@ -26,7 +26,6 @@
#include <set> #include <set>
class SdDrawDocument; class SdDrawDocument;
class String;
namespace sd { namespace sd {
...@@ -107,12 +106,12 @@ public: ...@@ -107,12 +106,12 @@ public:
EventType meType; EventType meType;
SdDrawDocument& mrDocument; SdDrawDocument& mrDocument;
const String& mrMasterPageName; const OUString& mrMasterPageName;
MasterPageObserverEvent ( MasterPageObserverEvent (
EventType eType, EventType eType,
SdDrawDocument& rDocument, SdDrawDocument& rDocument,
const String& rMasterPageName) const OUString& rMasterPageName)
: meType(eType), : meType(eType),
mrDocument(rDocument), mrDocument(rDocument),
mrMasterPageName(rMasterPageName) 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