summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-04 16:23:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-04 20:20:45 +0200
commit5ecb947b3ad67300bae934dc011823d1989449b6 (patch)
tree51cc4675c79dfd560dd869523b79e1fc94fbf4bb /sw/source/core/unocore/unodraw.cxx
parentf7c59aaa078576a413846b7c8024e728818ca2be (diff)
loplugin:constparams in sw part5
Change-Id: I6c33709aa407ccb3eee7026ab9b40dc4257de209 Reviewed-on: https://gerrit.libreoffice.org/40769 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/unocore/unodraw.cxx')
-rw-r--r--sw/source/core/unocore/unodraw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx
index 7b26b283fcb7..8d7a73882c7a 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -925,7 +925,7 @@ SwXShape::SwXShape(uno::Reference< uno::XInterface > & xShape) :
}
}
-void SwXShape::AddExistingShapeToFormat( SdrObject& _rObj )
+void SwXShape::AddExistingShapeToFormat( SdrObject const & _rObj )
{
SdrObjListIter aIter( _rObj, SdrIterMode::DeepNoGroups );
while ( aIter.IsMore() )