diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:10:07 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:10:07 +0000 |
commit | c52c8753df8ed0b961c8719957e5efa5d833792b (patch) | |
tree | 44a2b8299ad2cf0817d818649a62d85efa4a3b68 /connectivity | |
parent | e5d18f5f1622ff22653d3082bd7220f4fda4bab0 (diff) |
INTEGRATION: CWS dba31a (1.34.10); FILE MERGED
2008/07/04 15:21:25 oj 1.34.10.1: #i89558# remove unused code
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/calc/CTable.cxx | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/connectivity/source/drivers/calc/CTable.cxx b/connectivity/source/drivers/calc/CTable.cxx index c39ffe36c422..9357a05d1c4f 100644 --- a/connectivity/source/drivers/calc/CTable.cxx +++ b/connectivity/source/drivers/calc/CTable.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: CTable.cxx,v $ - * $Revision: 1.34 $ + * $Revision: 1.35 $ * * This file is part of OpenOffice.org. * @@ -527,16 +527,6 @@ void OCalcTable::fillColumns() } // ------------------------------------------------------------------------- -OCalcTable::OCalcTable(sdbcx::OCollection* _pTables,OCalcConnection* _pConnection) - :OCalcTable_BASE(_pTables,_pConnection) - ,m_nStartCol(0) - ,m_nStartRow(0) - ,m_nDataCols(0) - ,m_nDataRows(0) - ,m_bHasHeaders(sal_False) -{ -} -// ------------------------------------------------------------------------- OCalcTable::OCalcTable(sdbcx::OCollection* _pTables,OCalcConnection* _pConnection, const ::rtl::OUString& _Name, const ::rtl::OUString& _Type, |