diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:04:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:04:54 +0000 |
commit | 268d35ba3ad912dc86c0d4acfe2c29fc7e921d3c (patch) | |
tree | 117992a4091bb8c929376f9203eb8c3e208f823c /connectivity/source | |
parent | 03d4a70b5ce276ddc8bb3f7a4c3ad4dd628a0183 (diff) |
INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED
2006/06/14 10:56:23 fs 1.3.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ...
2005/11/16 12:59:27 fs 1.3.30.1: #i57457# warning free code
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/inc/mysql/YTable.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/connectivity/source/inc/mysql/YTable.hxx b/connectivity/source/inc/mysql/YTable.hxx index 728cafbb36f3..067ed8380259 100644 --- a/connectivity/source/inc/mysql/YTable.hxx +++ b/connectivity/source/inc/mysql/YTable.hxx @@ -4,9 +4,9 @@ * * $RCSfile: YTable.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:33:09 $ + * last change: $Author: hr $ $Date: 2006-06-20 02:04:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -118,10 +118,9 @@ namespace connectivity // XAlterTable virtual void SAL_CALL alterColumnByName( const ::rtl::OUString& colName, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::container::NoSuchElementException, ::com::sun::star::uno::RuntimeException); - /** - returns the ALTER TABLE XXX COLUMN statement + /** returns the ALTER TABLE XXX statement */ - ::rtl::OUString getAlterTableColumnPart(const ::rtl::OUString& _rsColumnName ); + ::rtl::OUString getAlterTableColumnPart(); // some methods to alter table structures void alterColumnType(sal_Int32 nNewType,const ::rtl::OUString& _rColName,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xDescriptor); |