Kaydet (Commit) 481c3a9d authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: remove unnecessary debug code in fetab

Change-Id: I78bff9b899a6bbe2ab831a6f0cba60f614609449
Reviewed-on: https://gerrit.libreoffice.org/29379Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 17f749af
......@@ -580,15 +580,6 @@ void SwFEShell::GetTabCols_( SwTabCols &rToFill, const SwFrame *pBox ) const
g_pColumnCacheLastTabFrame = pTab;
g_pColumnCacheLastCellFrame= pBox;
}
#if OSL_DEBUG_LEVEL > 1
SwTabColsEntry aEntry;
for ( sal_uInt16 i = 0; i < rToFill.Count(); ++i )
{
aEntry = rToFill.GetEntry( i );
(void)aEntry;
}
#endif
}
void SwFEShell::GetTabRows_( SwTabCols &rToFill, const SwFrame *pBox ) const
......
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