summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-04-01 15:24:18 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-04-01 15:24:18 -0400
commitf2384d6f10178c3bec96e96009255f61e083cda6 (patch)
treeffd0114c01d3a0600ef8253e44b56dd6d9ea9e3d /sc/inc/queryparam.hxx
parentBranch libreoffice-3-4 (diff)
downloadcore-f2384d6f10178c3bec96e96009255f61e083cda6.tar.gz
core-f2384d6f10178c3bec96e96009255f61e083cda6.zip
Removed the dynamic row bits from the db range. It was a hack.
This concept was there before the Hamburg added their own mechanism to allow dynamic expansion of db ranges. There is no need to have two of them, or it would cause weird problems.
Diffstat (limited to 'sc/inc/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index 1591efb46e8e..1515cd1df7bb 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -82,12 +82,10 @@ struct ScQueryParamTable
struct SC_DLLPUBLIC ScQueryParam : public ScQueryParamBase, public ScQueryParamTable
{
- sal_Bool bDestPers; // not saved
+ bool bDestPers; // not saved
SCTAB nDestTab;
SCCOL nDestCol;
SCROW nDestRow;
- SCROW nDynamicEndRow;
- bool bUseDynamicRange;
ScQueryParam();
ScQueryParam( const ScQueryParam& r );