diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-03 12:10:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:27 +0200 |
commit | df1f76dfff82b8736c3d19cf61bd19d4aab5ae2a (patch) | |
tree | 0b037046ed2aedc41a592c7c261ab8c6aa848fc7 /svx/source | |
parent | d2f468dd537c5829ebc2dc08222717578aa555f4 (diff) |
convert include/svx/linkwarn.hxx from String to OUString
Change-Id: Iec378f2cbb3b9f519b68abcf1cdd4dfac0e31702
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/linkwarn.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 ) ), |