User: kz Date: 2008-06-25 12:40:56+0000 Modified: dba/dbaccess/source/ui/browser/dbtreemodel.hxx
Log: INTEGRATION: CWS dba30d (1.20.30); FILE MERGED 2008/06/10 08:34:44 fs 1.20.30.2: #i80943# 2008/06/01 20:56:41 fs 1.20.30.1: during #i80943#: DBTreeListUserData is no sub-class anymore File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: dbtreemodel.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/dbtreemodel.hxx?r1=1.20&r2=1.21 Delta lines: +21 -28 --------------------- --- dbtreemodel.hxx 2008-04-10 14:06:02+0000 1.20 +++ dbtreemodel.hxx 2008-06-25 12:40:53+0000 1.21 @@ -53,20 +53,14 @@ // 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 +#define CONTAINER_QUERIES ULONG( 0 ) +#define CONTAINER_TABLES ULONG( 1 ) 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 +77,6 @@ DBTreeListUserData(); ~DBTreeListUserData(); }; - }; } #endif // DBAUI_DBTREEMODEL_HXX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
