summaryrefslogtreecommitdiffstats
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.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index 2f3a0b4e3893..12f2e1130638 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -358,7 +358,7 @@ public:
uno::makeAny(nVertRelation));
}
- void applyZOrder(uno::Reference<beans::XPropertySet>& xGraphicObjectProperties) const
+ void applyZOrder(uno::Reference<beans::XPropertySet> const & xGraphicObjectProperties) const
{
if (zOrder >= 0)
{
@@ -368,7 +368,7 @@ public:
}
}
- void applyName(uno::Reference<beans::XPropertySet>& xGraphicObjectProperties) const
+ void applyName(uno::Reference<beans::XPropertySet> const & xGraphicObjectProperties) const
{
try
{
@@ -940,7 +940,7 @@ uno::Reference<text::XTextContent> GraphicImport::GetGraphicObject()
}
-void GraphicImport::ProcessShapeOptions(Value& rValue)
+void GraphicImport::ProcessShapeOptions(Value const & rValue)
{
sal_Int32 nIntValue = rValue.getInt();
switch( m_pImpl->nShapeOptionType )