diff options
Diffstat (limited to 'sfx2/source/inc/helper.hxx')
-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 ); }; |