summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-03-06 15:43:43 +0000
committerSascha Ballach <sab@openoffice.org>2001-03-06 15:43:43 +0000
commit940896fcde83eb85a79c77c8d9862b79dc9ec47f (patch)
tree8e157960b561c2069d1500040d4fe0dee0839c9e
parent9f7b9ed56f4d93ca6bf8a30fe3aca6d33cc85cee (diff)
fix a little dmake problem in linux
-rw-r--r--sc/source/filter/xml/xmldrani.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/xmldrani.hxx b/sc/source/filter/xml/xmldrani.hxx
index 233ff69cd629..c46b288eec14 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sab $ $Date: 2001-02-28 08:19:33 $
+ * last change: $Author: sab $ $Date: 2001-03-06 16:43:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,6 +125,8 @@ class ScXMLDatabaseRangeContext : public SvXMLImportContext
com::sun::star::table::CellAddress aFilterOutputPosition;
com::sun::star::table::CellRangeAddress aFilterConditionSourceRangeAddress;
com::sun::star::sheet::DataImportMode nSourceType;
+ sal_Int16 nSubTotalsUserListIndex;
+ sal_Int16 nSubTotalRuleGroupFieldNumber;
sal_Bool bNative : 1;
sal_Bool bIsSelection : 1;
sal_Bool bKeepFormats : 1;
@@ -139,8 +141,6 @@ class ScXMLDatabaseRangeContext : public SvXMLImportContext
sal_Bool bSubTotalsSortGroups : 1;
sal_Bool bSubTotalsEnabledUserList : 1;
sal_Bool bSubTotalsAscending : 1;
- sal_Int16 nSubTotalsUserListIndex : 1;
- sal_Int16 nSubTotalRuleGroupFieldNumber : 1;
sal_Bool bFilterCopyOutputData : 1;
sal_Bool bFilterIsCaseSensitive : 1;
sal_Bool bFilterSkipDuplicates : 1;