summaryrefslogtreecommitdiff
path: root/svtools/source/uno/contextmenuhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/contextmenuhelper.cxx')
-rw-r--r--svtools/source/uno/contextmenuhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/contextmenuhelper.cxx b/svtools/source/uno/contextmenuhelper.cxx
index 5ceaa94cc976..ad63ad97f717 100644
--- a/svtools/source/uno/contextmenuhelper.cxx
+++ b/svtools/source/uno/contextmenuhelper.cxx
@@ -253,7 +253,7 @@ ContextMenuHelper::ContextMenuHelper(
const uno::Reference< frame::XFrame >& xFrame,
bool bAutoRefresh ) :
m_xWeakFrame( xFrame ),
- m_aSelf( RTL_CONSTASCII_USTRINGPARAM( "_self" )),
+ m_aSelf( "_self" ),
m_bAutoRefresh( bAutoRefresh ),
m_bUICfgMgrAssociated( false )
{