diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-08 15:26:28 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-09 04:58:04 +0200 |
commit | 8445ce0e6185b575f1f4bf6bbc41d9eda2a5391b (patch) | |
tree | 34a0789d1f7f635f88c8c80e699dde76b0668e3a /unotools/inc | |
parent | 9a6c3bb6a4b00ec958091e29f96397854a7a0e5b (diff) |
externalrefmgr.cxx is String free
String->rtl::OUString and solve problem with old patch
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/localfilehelper.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unotools/inc/unotools/localfilehelper.hxx b/unotools/inc/unotools/localfilehelper.hxx index 08be26017cdc..634c7dea8d5b 100644 --- a/unotools/inc/unotools/localfilehelper.hxx +++ b/unotools/inc/unotools/localfilehelper.hxx @@ -55,6 +55,7 @@ public: file system is present ( watch: this doesn't mean that this file really exists! ) */ static sal_Bool ConvertURLToPhysicalName( const String& rName, String& rReturn ); + static bool ConvertURLToPhysicalName( const rtl::OUString& rName, rtl::OUString& rReturn ); static sal_Bool ConvertURLToSystemPath( const String& rName, String& rReturn ); static sal_Bool IsLocalFile( const String& rName ); |