summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshap2.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-19 17:16:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-19 17:16:44 +0200
commitdd44fd294cfb5eabe4c8382acdd82d323d8e8dd1 (patch)
tree75d30fe7481d8f23e19e922746e25d695ae5ea3c /svx/source/unodraw/unoshap2.cxx
parent713843bebb27f09b5af9190cf84c57f6076e54aa (diff)
loplugin:stringcopy: svx
Change-Id: Ic1874b2bfe28149deab3e6903ef7d7dac77cfc4b
Diffstat (limited to 'svx/source/unodraw/unoshap2.cxx')
-rw-r--r--svx/source/unodraw/unoshap2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index 48c0158b8fb9..434c261c09f4 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -1477,7 +1477,7 @@ bool SvxGraphicObject::getPropertyValueImpl( const OUString& rName, const SfxIte
{
if( static_cast< SdrGrafObj*>( mpObj.get() )->IsLinkedGraphic() )
{
- rValue <<= OUString( static_cast< SdrGrafObj*>( mpObj.get() )->GetFileName() );
+ rValue <<= static_cast< SdrGrafObj*>( mpObj.get() )->GetFileName();
}
else
{