summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/helpinterceptor.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-29 13:20:28 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:53:52 +0200
commit9daa4f31944e1b9510b092ab9fdd433984c85d10 (patch)
tree91f41cedccd0d077d96f4d04fdad7442dd505f53 /sfx2/source/appl/helpinterceptor.cxx
parent6dbf3cd4123a24ee1f5169aaa02cb06ae3eefaaf (diff)
convert sfx2/source/appl/* from String to OUString
Change-Id: I59901bdc3c953bf883c0b543bd1e0b5d6a96e80a
Diffstat (limited to 'sfx2/source/appl/helpinterceptor.cxx')
-rw-r--r--sfx2/source/appl/helpinterceptor.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/helpinterceptor.cxx b/sfx2/source/appl/helpinterceptor.cxx
index 327c4f415c70..40044ab99f19 100644
--- a/sfx2/source/appl/helpinterceptor.cxx
+++ b/sfx2/source/appl/helpinterceptor.cxx
@@ -36,7 +36,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::lang;
-extern void AppendConfigToken_Impl( String& rURL, sal_Bool bQuestionMark ); // sfxhelp.cxx
+extern void AppendConfigToken_Impl( OUString& rURL, sal_Bool bQuestionMark ); // sfxhelp.cxx
// class HelpInterceptor_Impl --------------------------------------------
@@ -235,8 +235,8 @@ Sequence< OUString > SAL_CALL HelpInterceptor_Impl::getInterceptedURLs()
void SAL_CALL HelpInterceptor_Impl::dispatch(
const URL& aURL, const Sequence< ::com::sun::star::beans::PropertyValue >& ) throw( RuntimeException )
{
- sal_Bool bBack = ( String( ".uno:Backward" ) == String( aURL.Complete ) );
- if ( bBack || String( ".uno:Forward" ) == String( aURL.Complete ) )
+ sal_Bool bBack = ( OUString( ".uno:Backward" ) == OUString( aURL.Complete ) );
+ if ( bBack || OUString( ".uno:Forward" ) == OUString( aURL.Complete ) )
{
if ( m_pHistory )
{