summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 15:30:11 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 15:30:11 +0000
commite858db5b3be906f432c5319e19a0b830e1036f73 (patch)
treebee66a19aedab42265be982a2100c1fdc869f123 /xmloff/inc
parent652bedaafedfae79dd4c21a94d0900db0d98039a (diff)
INTEGRATION: CWS cellstylefixes (1.3.2); FILE MERGED
2008/04/15 15:32:13 cl 1.3.2.1: #i88272# export drawing layer table stuff only for draw/impress
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmloff/table/XMLTableExport.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/inc/xmloff/table/XMLTableExport.hxx b/xmloff/inc/xmloff/table/XMLTableExport.hxx
index 509a2683f3..9d42ffc109 100644
--- a/xmloff/inc/xmloff/table/XMLTableExport.hxx
+++ b/xmloff/inc/xmloff/table/XMLTableExport.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: XMLTableExport.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -98,6 +98,7 @@ private:
rtl::Reference< SvXMLExportPropertyMapper > mxRowExportPropertySetMapper;
rtl::Reference< SvXMLExportPropertyMapper > mxColumnExportPropertySetMapper;
TableInfoMap maTableInfoMap;
+ bool mbExportTables;
protected:
SvXMLExport& GetExport() { return mrExport; }