Tag: cws_dev300_dba30d User: fs Date: 2008-06-01 20:56:44+0000 Modified: dba/dbaccess/source/ui/browser/dbtreemodel.cxx dba/dbaccess/source/ui/browser/dbtreemodel.hxx
Log: during #i80943#: DBTreeListUserData is no sub-class anymore File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: dbtreemodel.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/dbtreemodel.cxx?r1=1.18&r2=1.18.30.1 Delta lines: +4 -7 ------------------- --- dbtreemodel.cxx 2008-04-10 14:05:44+0000 1.18 +++ dbtreemodel.cxx 2008-06-01 20:56:41+0000 1.18.30.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dbtreemodel.cxx,v $ - * $Revision: 1.18 $ + * $Revision: 1.18.30.1 $ * * This file is part of OpenOffice.org. * @@ -43,18 +43,15 @@ namespace dbaui { - //======================================================================== - //= DBTreeListModel - //======================================================================== DBG_NAME(DBTreeListUserData) //------------------------------------------------------------------------ - DBTreeListModel::DBTreeListUserData::DBTreeListUserData() + DBTreeListUserData::DBTreeListUserData() :eType(SbaTableQueryBrowser::etQuery) { DBG_CTOR(DBTreeListUserData,NULL); } //------------------------------------------------------------------------ - DBTreeListModel::DBTreeListUserData::~DBTreeListUserData() + DBTreeListUserData::~DBTreeListUserData() { DBG_DTOR(DBTreeListUserData,NULL); } File [changed]: dbtreemodel.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/dbtreemodel.hxx?r1=1.20&r2=1.20.30.1 Delta lines: +18 -27 --------------------- --- dbtreemodel.hxx 2008-04-10 14:06:02+0000 1.20 +++ dbtreemodel.hxx 2008-06-01 20:56:41+0000 1.20.30.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dbtreemodel.hxx,v $ - * $Revision: 1.20 $ + * $Revision: 1.20.30.1 $ * * This file is part of OpenOffice.org. * @@ -49,24 +49,16 @@ // syntax of the tree userdata // datasource holds the connection -// queries holds the nameaccess for the queries -// query holds the query // tables holds the nameaccess for the tables // table holds the table -// bookmarks holds the nameaccess for the document links -// table holds the document links +// queries holds the nameaccess for the queries +// query holds the query namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } } } } namespace dbaui { - //======================================================================== - //= DBTreeListModel - //======================================================================== - class DBTreeListModel : public SvLBoxTreeList - { - public: struct DBTreeListUserData { /// if the entry denotes a table or query, this is the respective UNO object @@ -83,7 +75,6 @@ DBTreeListUserData(); ~DBTreeListUserData(); }; - }; } #endif // DBAUI_DBTREEMODEL_HXX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
