Kaydet (Commit) 4aa3a0b2 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: drop temporary debug code in ndtbl

Change-Id: I985ec0f2107d9c0f0dede163e64a2de902102334
Reviewed-on: https://gerrit.libreoffice.org/43154Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst aa000a13
......@@ -1376,13 +1376,6 @@ SwTableNode* SwNodes::TextToTable( const SwNodes::TableRanges_t & rTableNodes,
//!! Thus no real problem here...
new SwEndNode( aInsertIndex, *pTableNd );
#if OSL_DEBUG_LEVEL > 1
const SwNodeRange& rStartRange = *rTableNodes.begin()->begin();
const SwNodeRange& rEndRange = *rTableNodes.rbegin()->rbegin();
(void) rStartRange;
(void) rEndRange;
#endif
SwDoc* pDoc = GetDoc();
SwTable& rTable = pTableNd->GetTable();
SwTableBox* pBox;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment