Kaydet (Commit) 55235ae7 authored tarafından Noel Grandin's avatar Noel Grandin

convert include/sfx2/templdlg.hxx from String to OUString

Change-Id: I6ed30c25ecd2273f297a8d18efd9e8a8b9ac701e
üst ef7ccbbf
...@@ -36,7 +36,7 @@ class ISfxTemplateCommon ...@@ -36,7 +36,7 @@ class ISfxTemplateCommon
{ {
public: public:
virtual SfxStyleFamily GetActualFamily() const = 0; virtual SfxStyleFamily GetActualFamily() const = 0;
virtual String GetSelectedEntry() const = 0; virtual OUString GetSelectedEntry() const = 0;
protected: protected:
~ISfxTemplateCommon() {} ~ISfxTemplateCommon() {}
......
...@@ -103,7 +103,7 @@ private: ...@@ -103,7 +103,7 @@ private:
ISfxTemplateCommon_Impl( SfxCommonTemplateDialog_Impl* pDialogP ) : pDialog( pDialogP ) {} ISfxTemplateCommon_Impl( SfxCommonTemplateDialog_Impl* pDialogP ) : pDialog( pDialogP ) {}
virtual ~ISfxTemplateCommon_Impl() {} virtual ~ISfxTemplateCommon_Impl() {}
virtual SfxStyleFamily GetActualFamily() const { return pDialog->GetActualFamily(); } virtual SfxStyleFamily GetActualFamily() const { return pDialog->GetActualFamily(); }
virtual String GetSelectedEntry() const { return pDialog->GetSelectedEntry(); } virtual OUString GetSelectedEntry() const { return pDialog->GetSelectedEntry(); }
}; };
ISfxTemplateCommon_Impl aISfxTemplateCommon; ISfxTemplateCommon_Impl aISfxTemplateCommon;
......
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