summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-04 15:01:55 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-05 06:26:22 +0000
commitb9372f0e909c32d143540bf0ce7b79003d9b26e9 (patch)
tree9c8ecd561d296b66427974d0daebe726ab0f4f20 /svx
parent50bb5eddaac2b16f387ba610cdcfd934269dc73c (diff)
loplugin:constantparam in comphelper
Change-Id: I81e6af1ee869caa3b40d2d00604e8e22517d92d7 Reviewed-on: https://gerrit.libreoffice.org/23808 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdoole2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx
index 7bf0ffe0991e..bfcd7d5853cc 100644
--- a/svx/source/svdraw/svdoole2.cxx
+++ b/svx/source/svdraw/svdoole2.cxx
@@ -1262,7 +1262,7 @@ void SdrOle2Obj::Disconnect_Impl()
comphelper::EmbeddedObjectContainer* pContainer = mpImpl->mxObjRef.GetContainer();
if ( pContainer )
{
- pContainer->RemoveEmbeddedObject( mpImpl->mxObjRef.GetObject(), false);
+ pContainer->RemoveEmbeddedObject( mpImpl->mxObjRef.GetObject() );
// TODO/LATER: mpImpl->aPersistName contains outdated information, to keep it updated
// it should be returned from RemoveEmbeddedObject call. Currently it is no problem,