diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-09-29 08:51:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-09-29 09:26:31 +0000 |
commit | 481c3a9dd45414662d04837b60743bf0e7556165 (patch) | |
tree | 616ec0379ba1cf9acb7209fcd1ec68d18dbc4c8a | |
parent | 17f749afd75c407bf7adae9b8e15276de14ef5d5 (diff) |
sw: remove unnecessary debug code in fetab
Change-Id: I78bff9b899a6bbe2ab831a6f0cba60f614609449
Reviewed-on: https://gerrit.libreoffice.org/29379
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
-rw-r--r-- | sw/source/core/frmedt/fetab.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/core/frmedt/fetab.cxx b/sw/source/core/frmedt/fetab.cxx index fddaf6e2e754..88b9ce6f87b2 100644 --- a/sw/source/core/frmedt/fetab.cxx +++ b/sw/source/core/frmedt/fetab.cxx @@ -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 |