INTEGRATION: CWS dba31a (1.7.32); FILE MERGED
2008/07/04 15:21:28 oj 1.7.32.1: #i89558# remove unused code
This commit is contained in:
parent
15ee6f98cd
commit
4e06139a9e
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: HConnection.hxx,v $
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -106,6 +106,8 @@ namespace connectivity
|
|||
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getTableEditor( const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::application::XDatabaseDocumentUI >& DocumentUI, const ::rtl::OUString& TableName ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
|
||||
|
||||
private:
|
||||
#if 0
|
||||
// TODO: resource
|
||||
/** creates the dialog used for editing a linked table
|
||||
|
||||
@param _rTableName
|
||||
|
@ -132,6 +134,7 @@ namespace connectivity
|
|||
const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::application::XDatabaseDocumentUI >& _rxDocumentUI,
|
||||
const ::rtl::OUString& _rTableName
|
||||
);
|
||||
#endif
|
||||
|
||||
/** retrieves our table container
|
||||
@return
|
||||
|
|
Loading…
Reference in a new issue