diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-02-22 15:19:38 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-02-22 21:11:10 +0400 |
commit | 3a5ae29f0d2f4467ec75803d6e3b5b461672428a (patch) | |
tree | c486124dcbbf7bff6f310e90904ddb6fb173796e /sfx2/source/inc | |
parent | f0cd6fe9075cd0aa00162474784ad804a07ed138 (diff) |
String -> OUString
Change-Id: I5b577a8e0675d7849ca22e24bb99ee2d8602ae6a
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/helper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/inc/helper.hxx b/sfx2/source/inc/helper.hxx index 30a710336b96..6c008d42e12e 100644 --- a/sfx2/source/inc/helper.hxx +++ b/sfx2/source/inc/helper.hxx @@ -34,8 +34,8 @@ public: GetResultSet( const String& rURL ); static ::com::sun::star::uno::Sequence< ::rtl::OUString > GetHelpTreeViewContents( const String& rURL ); - static String GetActiveHelpString( const String& rURL ); - static sal_Bool IsHelpErrorDocument( const String& rURL ); + static OUString GetActiveHelpString( const OUString& rURL ); + static sal_Bool IsHelpErrorDocument( const OUString& rURL ); static sal_uIntPtr GetSize( const String& rContent ); }; |