User: rt Date: 2007-07-06 08:36:03+0000 Modified: dba/dbaccess/source/ui/misc/databaseobjectview.cxx
Log: INTEGRATION: CWS oj14 (1.2.28); FILE MERGED 2007/06/05 12:38:35 oj 1.2.28.4: merge problems fixed 2007/06/04 18:48:09 oj 1.2.28.3: RESYNC: (1.3-1.4); FILE MERGED 2006/12/18 16:23:20 oj 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2006/11/08 12:11:48 oj 1.2.28.1: use of new classes File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: databaseobjectview.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/databaseobjectview.cxx?r1=1.4&r2=1.5 Delta lines: +10 -1 -------------------- --- databaseobjectview.cxx 2007-04-16 16:28:24+0000 1.4 +++ databaseobjectview.cxx 2007-07-06 08:36:01+0000 1.5 @@ -384,8 +384,8 @@ _rDispatchArguments[nPos ].Name = PROPERTY_UPDATE_TABLENAME; _rDispatchArguments[nPos++].Value <<= sTable; } - } + //====================================================================== //= RelationDesigner //====================================================================== @@ -394,6 +394,15 @@ :DatabaseObjectView( _rxORB, _rxApplication, _rxParentFrame, static_cast< ::rtl::OUString >( URL_COMPONENT_RELATIONDESIGN ) ) { } + //====================================================================== + //= OReportDesigner + //====================================================================== + //---------------------------------------------------------------------- + OReportDesigner::OReportDesigner( const Reference< XMultiServiceFactory >& _rxORB, const Reference< XDatabaseDocumentUI >& _rxApplication , const Reference< XFrame >& _rxParentFrame) + :DatabaseObjectView( _rxORB, _rxApplication, _rxParentFrame,static_cast< ::rtl::OUString >( URL_COMPONENT_REPORTDESIGN ) ) + { + } + // ......................................................................... } // namespace dbaui --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
