User: vg Date: 05/02/18 02:58:31 Modified: /dba/dbaccess/source/core/dataaccess/ databasedocument.cxx
Log: #100000# overseen merge artifact File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: databasedocument.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/databasedocument.cxx?r1=1.10&r2=1.11 Delta lines: +3 -13 -------------------- --- databasedocument.cxx 16 Feb 2005 16:07:41 -0000 1.10 +++ databasedocument.cxx 18 Feb 2005 10:58:28 -0000 1.11 @@ -2,9 +2,9 @@ * * $RCSfile: databasedocument.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2005/02/16 16:07:41 $ + * last change: $Author: vg $ $Date: 2005/02/18 10:58:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1158,16 +1158,6 @@ throw IOException(); } } - -void ODatabaseSource::notifyEvent(const ::rtl::OUString& _sEventName) -{ - if ( m_xDocEventBroadcaster.is() ) - { - ::com::sun::star::document::EventObject aEvent(*this, _sEventName); - m_xDocEventBroadcaster->notifyEvent(aEvent); - } -} - //........................................................................ } // namespace dbaccess //........................................................................ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
