summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviews7.cxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-04-06 08:27:05 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-04-06 08:33:34 -0300
commit7d82fb18fe6ae68f6eb6a33c6030105f9e2fe232 (patch)
tree21f0241197e5987e5bee788e759e06d083a5c1fb /sd/source/ui/view/drviews7.cxx
parentinclude variable before it's used (diff)
downloadcore-7d82fb18fe6ae68f6eb6a33c6030105f9e2fe232.tar.gz
core-7d82fb18fe6ae68f6eb6a33c6030105f9e2fe232.zip
Review of some RTL_CONSTASCII_USTRINGPARAM removal
Remove OUString constructor where not needed.
Diffstat (limited to 'sd/source/ui/view/drviews7.cxx')
-rw-r--r--sd/source/ui/view/drviews7.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx
index 574895e3f8f2..36c0aae71ec1 100644
--- a/sd/source/ui/view/drviews7.cxx
+++ b/sd/source/ui/view/drviews7.cxx
@@ -1503,8 +1503,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
if( xPropSet.is() )
{
uno::Reference< beans::XPropertySetInfo > xPropInfo( xPropSet->getPropertySetInfo() );
- if( xPropInfo.is() && xPropInfo->hasPropertyByName(
- rtl::OUString( "TargetURL")))
+ if( xPropInfo.is() && xPropInfo->hasPropertyByName( "TargetURL") )
{
bDisableEditHyperlink = sal_False;
}