diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-06-05 17:12:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-06-05 17:29:13 +0200 |
commit | 3d4609d944b6bba3a135233054a0c396b29d7679 (patch) | |
tree | d1e1de7265da0e94ff4eeef6b34c7da5a29a10d6 /include/unotools | |
parent | c570e6d5b2c41374daf30ed90cb6de527dfc801b (diff) |
Some String -> OUString
...to get rid of having to additionally link some libs against tl from
27c6434fccfec5fb4184c1efa2057595c8716fad "fdo#46808, Replace usage of
SpecialConfigManager" again.
Change-Id: Ica161a4f0da320858b6a3901a5a6907737c779f4
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/pathoptions.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/pathoptions.hxx b/include/unotools/pathoptions.hxx index ad1d16d19c79..8b5f9da48733 100644 --- a/include/unotools/pathoptions.hxx +++ b/include/unotools/pathoptions.hxx @@ -117,9 +117,9 @@ public: void SetUserConfigPath( const String& rPath ); void SetWorkPath( const String& rPath ); - String SubstituteVariable( const String& rVar ) const; - String ExpandMacros( const String& rPath ) const; - String UseVariable( const String& rVar ) const; + OUString SubstituteVariable( const OUString& rVar ) const; + OUString ExpandMacros( const OUString& rPath ) const; + OUString UseVariable( const OUString& rVar ) const; sal_Bool SearchFile( String& rIniFile, Paths ePath = PATH_USERCONFIG ); const LanguageTag& GetLanguageTag() const; sal_Bool IsReadonly() const; |