summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmldrani.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-05-02 09:31:45 +0000
committerSascha Ballach <sab@openoffice.org>2001-05-02 09:31:45 +0000
commit4b47981a6ba6e1af636fb4165cd829558ddd052e (patch)
tree86e7c2aec8205684edb3bc33a9729226dcc64208 /sc/source/filter/xml/xmldrani.hxx
parent963e754035d2931af219236101337132a183380e (diff)
#86387#; only set the SubTotals if there are some
Diffstat (limited to 'sc/source/filter/xml/xmldrani.hxx')
-rw-r--r--sc/source/filter/xml/xmldrani.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmldrani.hxx b/sc/source/filter/xml/xmldrani.hxx
index b2329c1e8909..b20413f67aff 100644
--- a/sc/source/filter/xml/xmldrani.hxx
+++ b/sc/source/filter/xml/xmldrani.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmldrani.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: sab $ $Date: 2001-04-23 17:27:57 $
+ * last change: $Author: sab $ $Date: 2001-05-02 10:31:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,6 +128,8 @@ class ScXMLDatabaseRangeContext : public SvXMLImportContext
sal_Int32 nRefresh;
sal_Int16 nSubTotalsUserListIndex;
sal_Int16 nSubTotalRuleGroupFieldNumber;
+ sal_Bool bContainsSort : 1;
+ sal_Bool bContainsSubTotal : 1;
sal_Bool bNative : 1;
sal_Bool bIsSelection : 1;
sal_Bool bKeepFormats : 1;