Tag: cws_dev300_dba30d User: fs Date: 2008-06-10 08:34:47+0000 Modified: dba/dbaccess/source/ui/browser/dbtreemodel.hxx
Log: #i80943# 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.30.1&r2=1.20.30.2 Delta lines: +9 -7 ------------------- --- dbtreemodel.hxx 2008-06-01 20:56:41+0000 1.20.30.1 +++ dbtreemodel.hxx 2008-06-10 08:34:44+0000 1.20.30.2 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dbtreemodel.hxx,v $ - * $Revision: 1.20.30.1 $ + * $Revision: 1.20.30.2 $ * * This file is part of OpenOffice.org. * @@ -49,11 +49,13 @@ // syntax of the tree userdata // datasource holds the connection -// tables holds the nameaccess for the tables -// table holds the table // queries holds the nameaccess for the queries // query holds the query +// tables holds the nameaccess for the tables +// table holds the table +#define CONTAINER_QUERIES ULONG( 0 ) +#define CONTAINER_TABLES ULONG( 1 ) namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
