User: hr Date: 2007-11-01 15:30:57+0000 Modified: dba/dbaccess/source/ui/querydesign/QTableWindowData.cxx
Log: INTEGRATION: CWS dba24b (1.4.130); FILE MERGED 2007/08/16 06:14:44 oj 1.4.130.1: #i56898# clean up of the class structure File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: QTableWindowData.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QTableWindowData.cxx?r1=1.4&r2=1.5 Delta lines: +1 -13 -------------------- --- QTableWindowData.cxx 2006-09-17 07:21:59+0000 1.4 +++ QTableWindowData.cxx 2007-11-01 15:30:54+0000 1.5 @@ -47,27 +47,15 @@ using namespace ::com::sun::star::io; using namespace ::com::sun::star::uno; -TYPEINIT1(OQueryTableWindowData, OTableWindowData); - DBG_NAME(OQueryTableWindowData) //================================================================== // class OQueryTableWindowData //================================================================== - -//------------------------------------------------------------------------------ -OQueryTableWindowData::OQueryTableWindowData() - :OTableWindowData() -{ - DBG_CTOR(OQueryTableWindowData,NULL); - m_bShowAll = sal_True; -} - //------------------------------------------------------------------------------ OQueryTableWindowData::OQueryTableWindowData(const ::rtl::OUString& _rComposedName, const ::rtl::OUString& rTableName, const ::rtl::OUString& rTableAlias ) - :OTableWindowData(_rComposedName, rTableName, rTableAlias) + :OTableWindowData(NULL,_rComposedName, rTableName, rTableAlias) { DBG_CTOR(OQueryTableWindowData,NULL); - m_bShowAll = sal_True; } //------------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
