From df1f76dfff82b8736c3d19cf61bd19d4aab5ae2a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Sep 2013 12:10:22 +0200 Subject: convert include/svx/linkwarn.hxx from String to OUString Change-Id: Iec378f2cbb3b9f519b68abcf1cdd4dfac0e31702 --- svx/source/dialog/linkwarn.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source') diff --git a/svx/source/dialog/linkwarn.cxx b/svx/source/dialog/linkwarn.cxx index 91aff686c092..560f298bb0a2 100644 --- a/svx/source/dialog/linkwarn.cxx +++ b/svx/source/dialog/linkwarn.cxx @@ -25,7 +25,7 @@ #include #include -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 ) ), -- cgit