summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/calc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-01-29 18:19:53 +0000
committerNiklas Nebel <nn@openoffice.org>2001-01-29 18:19:53 +0000
commit523cdbc284e6b1cfbe5dc984f62e7b29af4762ae (patch)
treebfe2a3080c5c390ce126279a544365a1ef5dddd7 /connectivity/source/inc/calc
parentb3f2296b7c7ae357d58e11f0a4fdeefde3e7a273 (diff)
m_nDataRows to keep number of rows
Diffstat (limited to 'connectivity/source/inc/calc')
-rw-r--r--connectivity/source/inc/calc/CTable.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/inc/calc/CTable.hxx b/connectivity/source/inc/calc/CTable.hxx
index 5d8a6dd8c6..e8bc912cbf 100644
--- a/connectivity/source/inc/calc/CTable.hxx
+++ b/connectivity/source/inc/calc/CTable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CTable.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: nn $ $Date: 2001-01-26 18:27:41 $
+ * last change: $Author: nn $ $Date: 2001-01-29 19:19:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,6 +98,7 @@ namespace connectivity
::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheet > m_xSheet;
::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormats > m_xFormats;
::Date m_aNullDate;
+ sal_Int32 m_nDataRows;
void fillColumns();