summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-09 15:28:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-10 08:44:23 +0200
commitd913b7d2d8f5d8caf69b80274c58d7e27d207a0d (patch)
tree84184fcafcb017dcf983cddb3f1f81661f891977 /svx
parent3edfbb0885f8f9b18074d42e16539436077631ef (diff)
loplugin:unusedmethods
Change-Id: I6f976ba8f792d2cee34859e9258798351eed8b1d Reviewed-on: https://gerrit.libreoffice.org/52636 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdoole2.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx
index 50595c5766df..c1a9553b7cf8 100644
--- a/svx/source/svdraw/svdoole2.cxx
+++ b/svx/source/svdraw/svdoole2.cxx
@@ -931,12 +931,6 @@ void SdrOle2Obj::CheckFileLink_Impl()
}
}
-void SdrOle2Obj::Reconnect_Impl()
-{
- DBG_ASSERT( mpImpl->mbConnected, "Assigned unconnected object?!" );
- Connect_Impl();
-}
-
void SdrOle2Obj::Connect_Impl()
{
if(!mpImpl->aPersistName.isEmpty() )