diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-28 13:27:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:16 +0200 |
commit | 25d610c0a2063fe82ac5195ef1ec9cf514a87537 (patch) | |
tree | bbdaf689d12a769158069c6431b47a21f324eefb /sfx2/source/dialog/filedlgimpl.hxx | |
parent | 0b8f1e2133bc2cbbae4f31fd471583562dcd53b5 (diff) |
convert sfx2/source/dialog/filedlgimpl.hxx from String to OUString
Change-Id: Ifc010ec9e3a052b069baf524465a5d45522a808e
Diffstat (limited to 'sfx2/source/dialog/filedlgimpl.hxx')
-rw-r--r-- | sfx2/source/dialog/filedlgimpl.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/dialog/filedlgimpl.hxx b/sfx2/source/dialog/filedlgimpl.hxx index 4387c291ad22..bcd96f819788 100644 --- a/sfx2/source/dialog/filedlgimpl.hxx +++ b/sfx2/source/dialog/filedlgimpl.hxx @@ -100,7 +100,7 @@ namespace sfx2 sal_Bool mbSelectionFltrEnabled : 1; private: - void addFilters( const String& rFactory, + void addFilters( const OUString& rFactory, SfxFilterFlags nMust, SfxFilterFlags nDont ); void addFilter( const OUString& rFilterName, @@ -135,7 +135,7 @@ namespace sfx2 sal_Bool CheckFilterOptionsCapability( const SfxFilter* _pFilter ); sal_Bool isInOpenMode() const; - String getCurrentFilterUIName() const; + OUString getCurrentFilterUIName() const; void LoadLastUsedFilter( const OUString& _rContextIdentifier ); void SaveLastUsedFilter( const OUString& _rContextIdentifier ); @@ -181,7 +181,7 @@ namespace sfx2 sal_Int64 nFlags, sal_Int16 nDialog = SFX2_IMPL_DIALOG_CONFIG, Window* _pPreferredParentWindow = NULL, - const String& sStandardDir = OUString(), + const OUString& sStandardDir = OUString(), const ::com::sun::star::uno::Sequence< OUString >& rBlackList = ::com::sun::star::uno::Sequence< OUString >() ); virtual ~FileDialogHelper_Impl(); @@ -206,7 +206,7 @@ namespace sfx2 void getRealFilter( OUString& _rFilter ) const; ErrCode getGraphic( Graphic& rGraphic ) const; - void createMatcher( const String& rFactory ); + void createMatcher( const OUString& rFactory ); sal_Bool isShowFilterExtensionEnabled() const; void addFilterPair( const OUString& rFilter, |