summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-07 17:03:44 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-07 17:03:44 -0500
commitdcbd3b331d407e4bb8fa2a0d3425a45ec6ec2c95 (patch)
tree34b0c0363884a0d71f90bc465d2b17ef31c8ff04
parent8cce3ef4c1d81d7e2ea31c43135403825ddca064 (diff)
This is also part of the merge.
-rw-r--r--sc/source/core/data/table3.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 4ba4820f4b02..496e24520dec 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -1645,7 +1645,6 @@ SCSIZE ScTable::Query(ScQueryParam& rParamOrg, BOOL bKeepSub)
aParam.nDestCol, aParam.nDestRow, aParam.nDestTab );
}
- InitializeNoteCaptions();
if (aParam.bInplace)
IncRecalcLevel(); // #i116164# once for all entries
@@ -1786,7 +1785,7 @@ SCSIZE ScTable::Query(ScQueryParam& rParamOrg, BOOL bKeepSub)
DecRecalcLevel();
delete[] pSpecial;
- SetDrawPageSize();
+
return nCount;
}