summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/helpdispatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/helpdispatch.cxx')
-rw-r--r--sfx2/source/appl/helpdispatch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/helpdispatch.cxx b/sfx2/source/appl/helpdispatch.cxx
index 3d9cbe8ee5fd..3073e896d366 100644
--- a/sfx2/source/appl/helpdispatch.cxx
+++ b/sfx2/source/appl/helpdispatch.cxx
@@ -66,7 +66,7 @@ void SAL_CALL HelpDispatch_Impl::dispatch(
{
if ( 0 == ( *pBegin ).Name.compareToAscii( "HelpKeyword" ) )
{
- rtl::OUString sHelpKeyword;
+ OUString sHelpKeyword;
if ( ( ( *pBegin ).Value >>= sHelpKeyword ) && !sHelpKeyword.isEmpty() )
{
sKeyword = String( sHelpKeyword );