summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlexp.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-11-21 13:38:35 +0000
committerMichael Brauer <mib@openoffice.org>2000-11-21 13:38:35 +0000
commit9322327b53d3293ea449e668f6d8a48bcbcf5395 (patch)
tree19956a276b43e96dd99bd41b16f7927a41dd6ada /sw/source/filter/xml/xmlexp.hxx
parentc593ef15cf0eb4768615c6c2d920fb5d6758a61e (diff)
#80552#: progress bar and document statistics
Diffstat (limited to 'sw/source/filter/xml/xmlexp.hxx')
-rw-r--r--sw/source/filter/xml/xmlexp.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmlexp.hxx b/sw/source/filter/xml/xmlexp.hxx
index 8953f230d865..381df6a1aade 100644
--- a/sw/source/filter/xml/xmlexp.hxx
+++ b/sw/source/filter/xml/xmlexp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlexp.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dvo $ $Date: 2000-11-16 11:21:54 $
+ * last change: $Author: mib $ $Date: 2000-11-21 14:38:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,7 +150,7 @@ class SwXMLExport : public SvXMLExport
void ExportTableLines( const SwTableLines& rLines,
sal_Bool bHeadline=sal_False );
-// virtual void _ExportMeta();
+ virtual void _ExportMeta();
virtual void _ExportFontDecls();
virtual void _ExportStyles( sal_Bool bUsed );
virtual void _ExportAutoStyles();
@@ -195,6 +195,8 @@ public:
}
SwDoc& GetDoc() { return *pDoc; }
+
+ sal_Bool IsShowProgress() const { return bShowProgress; }
};
inline const SvXMLUnitConverter& SwXMLExport::GetTwipUnitConverter() const