From 9d548d56cf19b01273f719b52a45f48ab13ed45a Mon Sep 17 00:00:00 2001 From: "Chr. Rossmanith" Date: Tue, 19 Mar 2013 23:07:53 +0100 Subject: Replace String with OUString (unotools) Change-Id: I9a0677cb36805d0a27514824c937901f73fee1c8 Reviewed-on: https://gerrit.libreoffice.org/2864 Reviewed-by: Noel Power Tested-by: Noel Power --- unotools/inc/unotools/localfilehelper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unotools/inc') diff --git a/unotools/inc/unotools/localfilehelper.hxx b/unotools/inc/unotools/localfilehelper.hxx index 99831f76f6ed..963b6cadbb7d 100644 --- a/unotools/inc/unotools/localfilehelper.hxx +++ b/unotools/inc/unotools/localfilehelper.hxx @@ -36,7 +36,7 @@ namespace utl Returning sal_True and an empty URL means that the URL doesn't point to a local file. */ static bool ConvertPhysicalNameToURL(const rtl::OUString& rName, rtl::OUString& rReturn); - static sal_Bool ConvertSystemPathToURL( const String& rName, const String& rBaseURL, String& rReturn ); + static sal_Bool ConvertSystemPathToURL( const OUString& rName, const OUString& rBaseURL, OUString& rReturn ); /** Converts a "UCB compatible" URL into a "physical" file name. @@ -45,7 +45,7 @@ namespace utl file system is present ( watch: this doesn't mean that this file really exists! ) */ static bool ConvertURLToPhysicalName( const rtl::OUString& rName, rtl::OUString& rReturn ); - static sal_Bool ConvertURLToSystemPath( const String& rName, String& rReturn ); + static sal_Bool ConvertURLToSystemPath( const OUString& rName, OUString& rReturn ); static sal_Bool IsLocalFile(const rtl::OUString& rName); static sal_Bool IsFileContent(const rtl::OUString& rName); -- cgit