summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableSourceContext.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-04-20 07:12:17 +0000
committerSascha Ballach <sab@openoffice.org>2001-04-20 07:12:17 +0000
commit25925058d6ee5ef54465c00ea07857675fe689ec (patch)
treeba70d931ba0497eee006ff09c812639f008ab0fe /sc/source/filter/xml/XMLTableSourceContext.hxx
parent3e50d13f150bee74d51053a357de03fc74940f45 (diff)
export and import the refresh delay attribute of table source element
Diffstat (limited to 'sc/source/filter/xml/XMLTableSourceContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableSourceContext.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLTableSourceContext.hxx b/sc/source/filter/xml/XMLTableSourceContext.hxx
index 6b356f3034a6..e4858f741af9 100644
--- a/sc/source/filter/xml/XMLTableSourceContext.hxx
+++ b/sc/source/filter/xml/XMLTableSourceContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTableSourceContext.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2001-03-16 14:16:30 $
+ * last change: $Author: sab $ $Date: 2001-04-20 08:12:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,7 @@ class ScXMLTableSourceContext : public SvXMLImportContext
rtl::OUString sTableName;
rtl::OUString sFilterName;
rtl::OUString sFilterOptions;
+ sal_Int32 nRefresh;
com::sun::star::sheet::SheetLinkMode nMode;
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }