summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmldrani.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-04-23 16:27:57 +0000
committerSascha Ballach <sab@openoffice.org>2001-04-23 16:27:57 +0000
commita7ad29076e142b09de4565c8257323d927bc22fd (patch)
treea376a73b078e5ef70235a25331b70ea4e9cbb1aa /sc/source/filter/xml/xmldrani.hxx
parent803227d93c593f350683b9e412f4e486d3aad05f (diff)
add export/import of refresh-delay on database range
Diffstat (limited to 'sc/source/filter/xml/xmldrani.hxx')
-rw-r--r--sc/source/filter/xml/xmldrani.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmldrani.hxx b/sc/source/filter/xml/xmldrani.hxx
index 288ee8c4b740..b2329c1e8909 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2001-03-16 14:16:31 $
+ * last change: $Author: sab $ $Date: 2001-04-23 17:27:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,6 +125,7 @@ class ScXMLDatabaseRangeContext : public SvXMLImportContext
com::sun::star::table::CellAddress aFilterOutputPosition;
com::sun::star::table::CellRangeAddress aFilterConditionSourceRangeAddress;
com::sun::star::sheet::DataImportMode nSourceType;
+ sal_Int32 nRefresh;
sal_Int16 nSubTotalsUserListIndex;
sal_Int16 nSubTotalRuleGroupFieldNumber;
sal_Bool bNative : 1;