summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmltabi.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2000-10-10 13:26:31 +0000
committerDaniel Rentz <dr@openoffice.org>2000-10-10 13:26:31 +0000
commitdafc80fa29d0dbd6f42d78e9bfcdcb0c5712aeca (patch)
tree303ab08d4303407265b47f0c8cb1f9957cc436bc /sc/source/filter/xml/xmltabi.hxx
parent853cf9e98aa9d3f784b740a0aab46dd3a06cc7d4 (diff)
import of print ranges
Diffstat (limited to 'sc/source/filter/xml/xmltabi.hxx')
-rw-r--r--sc/source/filter/xml/xmltabi.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmltabi.hxx b/sc/source/filter/xml/xmltabi.hxx
index 5d6f0bd9e27c..98a3c0f7554b 100644
--- a/sc/source/filter/xml/xmltabi.hxx
+++ b/sc/source/filter/xml/xmltabi.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltabi.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:16 $
+ * last change: $Author: dr $ $Date: 2000-10-10 14:26:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,8 @@ class ScXMLImport;
class ScXMLTableContext : public SvXMLImportContext
{
+ rtl::OUString sPrintRanges;
+
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }