summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviews7.cxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-04-05 18:39:50 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-04-05 18:39:50 -0300
commite912c601843d505de9c92ea04fd54f11016d37c8 (patch)
treeb1d16e3ae4ece41781133ae10f2889dac8287f8c /sd/source/ui/view/drviews7.cxx
parentCleanup of some RTL_CONSTASCII_USTRINGPARAM macro in sd (diff)
downloadcore-e912c601843d505de9c92ea04fd54f11016d37c8.tar.gz
core-e912c601843d505de9c92ea04fd54f11016d37c8.zip
More RTL_CONSTASCII_USTRINGPARAM cleanup
More RTL_CONSTASCII_USTRINGPARAM in module sd
Diffstat (limited to 'sd/source/ui/view/drviews7.cxx')
-rw-r--r--sd/source/ui/view/drviews7.cxx2
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;
}