summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-11-20 21:03:17 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-11-21 15:44:59 +0100
commit41e356cea76b6aba25a0d04b7698e06462181543 (patch)
tree7d0b24773fe4bea97f1212aa960228fd2e128849 /sw
parentcd5269ea73eff410288c779c6f4cde3c5af290ed (diff)
dead increment (clang)
Change-Id: Ifd6f445ce177e009a2a067f0c8d20c809ba73737
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/htmltbl.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/doc/htmltbl.cxx b/sw/source/core/doc/htmltbl.cxx
index 9c219df4384e..cf6b79072a82 100644
--- a/sw/source/core/doc/htmltbl.cxx
+++ b/sw/source/core/doc/htmltbl.cxx
@@ -1784,9 +1784,6 @@ bool SwHTMLTableLayout::Resize( sal_uInt16 nAbsAvail, bool bRecalc,
if( nDelay==0 && aResizeTimer.IsActive() )
{
- // If there is an asynchronous resize left to process when we call
- // a synchronous resize, we only take over the new values.
- bRecalc |= bDelayedResizeRecalc;
nDelayedResizeAbsAvail = nAbsAvail;
return false;
}