diff options
Diffstat (limited to 'sd/source/ui/view/drviews7.cxx')
-rw-r--r-- | sd/source/ui/view/drviews7.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index 266119aca462..574895e3f8f2 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -1504,7 +1504,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet ) { uno::Reference< beans::XPropertySetInfo > xPropInfo( xPropSet->getPropertySetInfo() ); if( xPropInfo.is() && xPropInfo->hasPropertyByName( - rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TargetURL")))) + rtl::OUString( "TargetURL"))) { bDisableEditHyperlink = sal_False; } |