User: rt Date: 2007-07-06 08:25:18+0000 Modified: dba/dbaccess/source/ui/inc/TableGrantCtrl.hxx
Log: INTEGRATION: CWS oj14 (1.8.8); FILE MERGED 2006/07/04 08:05:44 oj 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2006/04/25 13:03:06 oj 1.8.8.1: new include File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: TableGrantCtrl.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableGrantCtrl.hxx?r1=1.9&r2=1.10 Delta lines: +5 -0 ------------------- --- TableGrantCtrl.hxx 2006-06-20 03:14:12+0000 1.9 +++ TableGrantCtrl.hxx 2007-07-06 08:25:15+0000 1.10 @@ -50,6 +50,9 @@ #ifndef _COMPHELPER_STLTYPES_HXX_ #include <comphelper/stl_types.hxx> #endif +#ifndef _DBAUI_MODULE_DBU_HXX_ +#include "moduledbu.hxx" +#endif class Edit; namespace dbaui @@ -65,6 +68,8 @@ DECLARE_STL_USTRINGACCESS_MAP(TPrivileges,TTablePrivilegeMap); + OModuleClient m_aModuleClient; + ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xUsers; ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xTables; ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory> m_xORB; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
