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

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

Change-Id: Iec378f2cbb3b9f519b68abcf1cdd4dfac0e31702
üst d2f468dd
......@@ -38,7 +38,7 @@ private:
void InitSize();
public:
SvxLinkWarningDialog( Window* pParent, const String& _rFileName );
SvxLinkWarningDialog( Window* pParent, const OUString& _rFileName );
virtual ~SvxLinkWarningDialog();
};
......
......@@ -25,7 +25,7 @@
#include <sfx2/basedlgs.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 ) ),
m_aQueryImage ( this, SVX_RES( FI_QUERY ) ),
m_aInfoText ( this, SVX_RES( FT_INFOTEXT ) ),
......
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