summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageControl.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-19 17:18:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-19 17:18:02 +0200
commitd0a91cf2242ebb37097049021eadb5adda6d183c (patch)
tree8b011b9ba90216f86a6c6e35eee1136832e568f6 /forms/source/component/ImageControl.cxx
parent054c06dc5df1b6178f54e7cb837ebdd50397241c (diff)
loplugin:stringcopy: forms
Change-Id: Ieab592db5316f343afa9cb0c0452e6c865df5cca
Diffstat (limited to 'forms/source/component/ImageControl.cxx')
-rw-r--r--forms/source/component/ImageControl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx
index fe677cd82845..33e66450f2f7 100644
--- a/forms/source/component/ImageControl.cxx
+++ b/forms/source/component/ImageControl.cxx
@@ -825,7 +825,7 @@ bool OImageControlControl::implInsertGraphics()
xSet->setPropertyValue( PROPERTY_GRAPHIC, makeAny( aGraphic.GetXGraphic() ) );
}
else
- xSet->setPropertyValue( PROPERTY_IMAGE_URL, makeAny( OUString( aDialog.GetPath() ) ) );
+ xSet->setPropertyValue( PROPERTY_IMAGE_URL, makeAny( aDialog.GetPath() ) );
return true;
}