Kaydet (Commit) 6daf25d9 authored tarafından Kurt Zenker's avatar Kurt Zenker

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
üst 1ec379d9
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: XMLTableExport.hxx,v $ * $RCSfile: XMLTableExport.hxx,v $
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -98,6 +98,7 @@ private: ...@@ -98,6 +98,7 @@ private:
rtl::Reference< SvXMLExportPropertyMapper > mxRowExportPropertySetMapper; rtl::Reference< SvXMLExportPropertyMapper > mxRowExportPropertySetMapper;
rtl::Reference< SvXMLExportPropertyMapper > mxColumnExportPropertySetMapper; rtl::Reference< SvXMLExportPropertyMapper > mxColumnExportPropertySetMapper;
TableInfoMap maTableInfoMap; TableInfoMap maTableInfoMap;
bool mbExportTables;
protected: protected:
SvXMLExport& GetExport() { return mrExport; } SvXMLExport& GetExport() { return mrExport; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment