diff options
author | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-03-19 23:07:53 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-03-20 12:10:09 +0000 |
commit | 9d548d56cf19b01273f719b52a45f48ab13ed45a (patch) | |
tree | 8b60dd5d056f93cb38bcd25c124b97e26c09a3f5 /uui | |
parent | 77c87c18697e19cb4606717af0e4b0e5ab2139bc (diff) |
Replace String with OUString (unotools)
Change-Id: I9a0677cb36805d0a27514824c937901f73fee1c8
Reviewed-on: https://gerrit.libreoffice.org/2864
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/fltdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/fltdlg.cxx b/uui/source/fltdlg.cxx index 3571b2e66578..adab1d918a81 100644 --- a/uui/source/fltdlg.cxx +++ b/uui/source/fltdlg.cxx @@ -206,7 +206,7 @@ class StringCalculator : public ::cppu::WeakImplHelper1< ::com::sun::star::util: *//*-*************************************************************************************************************/ String FilterDialog::impl_buildUIFileName( const String& sName ) { - String sShortName( sName ); + OUString sShortName( sName ); if( ::utl::LocalFileHelper::ConvertURLToSystemPath( sName, sShortName ) == sal_True ) { |