summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.hxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-06-23 19:20:07 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-06-24 08:46:09 +0200
commitb8f7ea5da41d61d405adec54dcd10b54ee0e5591 (patch)
tree24b2a3465d695a18316ebb9cc365603847b0eea6 /svx/source/table/cell.hxx
parenta824b27a6a8fc11f8378157aae04c08ebace8348 (diff)
Related bnc#822625: Minimum height was not invalidated when rectangle changes.
5792e76cb5beb630c135f57b74f57d74dd2dc2b0 was too optimistic and did not invalidate mnCachedMinHeight often enough. This was resulting in a grey area below table frame when resizing it. So, revert 5792e76cb5beb630c135f57b74f57d74dd2dc2b0 "Related bnc#822625: Cache minimum height for table cells." and istead just use getMinimumWidth() in TableLayouter if that's all we need. getMinimumHeight() is expensive. Change-Id: I34c49dda75d6ccccaa5b4d3746114352621a40dd
Diffstat (limited to 'svx/source/table/cell.hxx')
-rw-r--r--svx/source/table/cell.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/table/cell.hxx b/svx/source/table/cell.hxx
index d5d7eb001875..82d717d849e8 100644
--- a/svx/source/table/cell.hxx
+++ b/svx/source/table/cell.hxx
@@ -226,7 +226,6 @@ private:
bool mbMerged;
::sal_Int32 mnRowSpan;
::sal_Int32 mnColSpan;
- ::sal_Int32 mnCachedMinHeight;
Rectangle maCellRect;