summaryrefslogtreecommitdiff
path: root/sc/inc/types.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-09-06 01:18:26 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-09-06 01:38:32 -0400
commit8e6b22b12322175e9aff643af45f275cb8c9cc5e (patch)
tree463016b5e8e8a001d398e3f2455213c4e9b90065 /sc/inc/types.hxx
parent7969bb659ef78ec6e1aaaf922757419795a823de (diff)
Wrong place to apply implicit intersection. Do it at the very last.
Change-Id: I4b1e9d136d45f169ad1c1efee2275bab7dfe0f49
Diffstat (limited to 'sc/inc/types.hxx')
-rw-r--r--sc/inc/types.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx
index f03ccc0149ec..045d6b128580 100644
--- a/sc/inc/types.hxx
+++ b/sc/inc/types.hxx
@@ -68,8 +68,10 @@ struct RangeMatrix
ScMatrixRef mpMat;
sal_Int32 mnCol1;
sal_Int32 mnRow1;
+ sal_Int32 mnTab1;
sal_Int32 mnCol2;
sal_Int32 mnRow2;
+ sal_Int32 mnTab2;
RangeMatrix();