diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-09-25 12:12:51 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-09-25 12:12:51 +0000 |
commit | a0299c247a559e148bf3cc4ef4396b1b4fe6668b (patch) | |
tree | 3997d76505af40692b7f1dd6ea5d9f3b93d6b857 /connectivity/source/inc/calc | |
parent | b93f967ba1a3c5f9de32beb6084352d1bcd73c79 (diff) |
#91719# implementing the XRename handling
Diffstat (limited to 'connectivity/source/inc/calc')
-rw-r--r-- | connectivity/source/inc/calc/CTable.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/calc/CTable.hxx b/connectivity/source/inc/calc/CTable.hxx index f9a607408c66..73f5e33a6645 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: oj $ $Date: 2001-04-30 10:09:03 $ + * last change: $Author: oj $ $Date: 2001-09-25 13:12:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,8 +117,8 @@ namespace connectivity virtual void refreshIndexes(); public: - OCalcTable( OCalcConnection* _pConnection); - OCalcTable( OCalcConnection* _pConnection, + OCalcTable( sdbcx::OCollection* _pTables,OCalcConnection* _pConnection); + OCalcTable( sdbcx::OCollection* _pTables,OCalcConnection* _pConnection, const ::rtl::OUString& _Name, const ::rtl::OUString& _Type, const ::rtl::OUString& _Description = ::rtl::OUString(), |