summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/GraphicImport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/GraphicImport.cxx')
-rw-r--r--writerfilter/source/dmapper/GraphicImport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index ce8072413e52..951b01ec7ba9 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -939,9 +939,9 @@ void GraphicImport::lcl_attribute(Id nName, Value & val)
text::GraphicCrop aGraphicCrop( 0, 0, 0, 0 );
uno::Reference< beans::XPropertySet > xSourceGraphProps( xShape, uno::UNO_QUERY );
- uno::Any aAny = xSourceGraphProps->getPropertyValue( OUString("GraphicCrop"));
+ uno::Any aAny = xSourceGraphProps->getPropertyValue("GraphicCrop");
if(aAny >>= aGraphicCrop) {
- xGraphProps->setPropertyValue( OUString("GraphicCrop"),
+ xGraphProps->setPropertyValue("GraphicCrop",
uno::makeAny( aGraphicCrop ) );
}