Kaydet (Commit) d0a91cf2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringcopy: forms

Change-Id: Ieab592db5316f343afa9cb0c0452e6c865df5cca
üst 054c06dc
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment