diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-01-29 18:19:53 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-01-29 18:19:53 +0000 |
commit | 523cdbc284e6b1cfbe5dc984f62e7b29af4762ae (patch) | |
tree | bfe2a3080c5c390ce126279a544365a1ef5dddd7 /connectivity/source/inc/calc | |
parent | b3f2296b7c7ae357d58e11f0a4fdeefde3e7a273 (diff) |
m_nDataRows to keep number of rows
Diffstat (limited to 'connectivity/source/inc/calc')
-rw-r--r-- | connectivity/source/inc/calc/CTable.hxx | 5 |
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(); |