convert include/svx/linkwarn.hxx from String to OUString
Change-Id: Iec378f2cbb3b9f519b68abcf1cdd4dfac0e31702
This commit is contained in:
@@ -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();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -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 ) ),
|
||||||
|
Reference in New Issue
Block a user