summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlExportDocumentHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlExportDocumentHandler.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlExportDocumentHandler.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/reportdesign/source/filter/xml/xmlExportDocumentHandler.hxx b/reportdesign/source/filter/xml/xmlExportDocumentHandler.hxx
index 33cad946997a..3da9f99ca9d1 100644
--- a/reportdesign/source/filter/xml/xmlExportDocumentHandler.hxx
+++ b/reportdesign/source/filter/xml/xmlExportDocumentHandler.hxx
@@ -96,9 +96,11 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDatabaseDataProvider > m_xDatabaseDataProvider;
::com::sun::star::uno::Sequence< ::rtl::OUString > m_aColumns;
sal_Int32 m_nCurrentCellIndex;
+ sal_Int32 m_nColumnCount;
bool m_bTableRowsStarted;
bool m_bFirstRowExported;
bool m_bExportChar;
+ bool m_bCountColumnHeader;
};
// -----------------------------------------------------------------------------
} // namespace rptxml