convert include/svx/linkwarn.hxx from String to OUString

Change-Id: Iec378f2cbb3b9f519b68abcf1cdd4dfac0e31702
This commit is contained in:
Noel Grandin
2013-09-03 12:10:22 +02:00
parent d2f468dd53
commit df1f76dfff
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ private:
void InitSize(); void InitSize();
public: public:
SvxLinkWarningDialog( Window* pParent, const String& _rFileName ); SvxLinkWarningDialog( Window* pParent, const OUString& _rFileName );
virtual ~SvxLinkWarningDialog(); virtual ~SvxLinkWarningDialog();
}; };

View File

@@ -25,7 +25,7 @@
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>
#include <svtools/miscopt.hxx> #include <svtools/miscopt.hxx>
SvxLinkWarningDialog::SvxLinkWarningDialog( Window* pParent, const String& _rFileName ) : SvxLinkWarningDialog::SvxLinkWarningDialog( Window* pParent, const OUString& _rFileName ) :
SfxModalDialog( pParent, SVX_RES( RID_SVXDLG_LINK_WARNING ) ), SfxModalDialog( pParent, SVX_RES( RID_SVXDLG_LINK_WARNING ) ),
m_aQueryImage ( this, SVX_RES( FI_QUERY ) ), m_aQueryImage ( this, SVX_RES( FI_QUERY ) ),
m_aInfoText ( this, SVX_RES( FT_INFOTEXT ) ), m_aInfoText ( this, SVX_RES( FT_INFOTEXT ) ),