summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdouno.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-04 11:31:17 +0200
committerNoel Grandin <noel@peralex.com>2015-11-04 12:33:27 +0200
commitbdffd36de86d37124fb49d8cadea8b5e03c1bf34 (patch)
tree4c07c3045b2117c0230177e3afa9082572bad556 /svx/source/svdraw/svdouno.cxx
parent93f98e98e42d75914a3e1d8f85bd3c6328d2e111 (diff)
loplugin:stringconstant
Change-Id: Iff0ab7716d76dc44693fca49d341a6fd88b89b01
Diffstat (limited to 'svx/source/svdraw/svdouno.cxx')
-rw-r--r--svx/source/svdraw/svdouno.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index ed5326aad310..b43064880600 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -239,10 +239,7 @@ void SdrUnoObj::SetContextWritingMode( const sal_Int16 _nContextWritingMode )
try
{
uno::Reference< beans::XPropertySet > xModelProperties( GetUnoControlModel(), uno::UNO_QUERY_THROW );
- xModelProperties->setPropertyValue(
- OUString( "ContextWritingMode" ),
- uno::makeAny( _nContextWritingMode )
- );
+ xModelProperties->setPropertyValue( "ContextWritingMode", uno::makeAny( _nContextWritingMode ) );
}
catch( const uno::Exception& )
{