summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-27 09:32:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-28 08:27:56 +0100
commit3abf4b91dad8fa549457e74185c000e06ba5f019 (patch)
tree55a8c9e0f2f4e2143c431154f789e418003e4c13 /sw/source/core/undo
parentb15b1a2a90fa4c239ff8a6a33e73ff50ea422abf (diff)
loplugin:unusedmethods
Change-Id: Idbdf2d5d12fad894a3dfc3a86cae839502f42cf6 Reviewed-on: https://gerrit.libreoffice.org/64114 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/undo')
-rw-r--r--sw/source/core/undo/untbl.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo/untbl.cxx
index 95ad7f2a6397..d7da17c38d1d 100644
--- a/sw/source/core/undo/untbl.cxx
+++ b/sw/source/core/undo/untbl.cxx
@@ -1483,24 +1483,6 @@ SwUndoTableNdsChg::SwUndoTableNdsChg( SwUndoId nAction,
ReNewBoxes( rBoxes );
}
-SwUndoTableNdsChg::SwUndoTableNdsChg( SwUndoId nAction,
- const SwSelBoxes& rBoxes,
- const SwTableNode& rTableNd )
- : SwUndo( nAction, rTableNd.GetDoc() ),
- m_nMin( 0 ), m_nMax( 0 ),
- m_nSttNode( rTableNd.GetIndex() ), m_nCurrBox( 0 ),
- m_nCount( 0 ), m_nRelDiff( 0 ), m_nAbsDiff( 0 ),
- m_nSetColType( TableChgWidthHeightType::InvalidPos ),
- m_bFlag( false ),
- m_bSameHeight( false )
-{
- const SwTable& rTable = rTableNd.GetTable();
- m_pSaveTable.reset( new SaveTable( rTable ) );
-
- // and remember selection
- ReNewBoxes( rBoxes );
-}
-
void SwUndoTableNdsChg::ReNewBoxes( const SwSelBoxes& rBoxes )
{
if (rBoxes.size() != m_Boxes.size())