Kaydet (Commit) 8103ea81 authored tarafından Noel Grandin's avatar Noel Grandin

convert sfx2/source/inc/alienwarn.hxx from String to OUString

Change-Id: Iea3643b7a2571bf0eb114769bccd2195b373c043
üst 02a3f860
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
// class SfxAlienWarningDialog ------------------------------------------- // class SfxAlienWarningDialog -------------------------------------------
SfxAlienWarningDialog::SfxAlienWarningDialog( Window* pParent, const String& _rFormatName ) : SfxAlienWarningDialog::SfxAlienWarningDialog( Window* pParent, const OUString& _rFormatName ) :
SfxModalDialog( pParent, SfxResId( RID_DLG_ALIEN_WARNING ) ), SfxModalDialog( pParent, SfxResId( RID_DLG_ALIEN_WARNING ) ),
......
...@@ -38,7 +38,7 @@ private: ...@@ -38,7 +38,7 @@ private:
void InitSize(); void InitSize();
public: public:
SfxAlienWarningDialog( Window* pParent, const String& _rFormatName ); SfxAlienWarningDialog( Window* pParent, const OUString& _rFormatName );
virtual ~SfxAlienWarningDialog(); virtual ~SfxAlienWarningDialog();
}; };
......
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