Tag: cws_src680_dba24 User: oj Date: 05/02/22 01:01:17 Modified: /dba/dbaccess/source/core/dataaccess/ ModelImpl.cxx
Log: forget to include header File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: ModelImpl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ModelImpl.cxx?r1=1.1.2.3&r2=1.1.2.4 Delta lines: +5 -2 ------------------- --- ModelImpl.cxx 22 Feb 2005 06:35:46 -0000 1.1.2.3 +++ ModelImpl.cxx 22 Feb 2005 09:01:15 -0000 1.1.2.4 @@ -2,9 +2,9 @@ * * $RCSfile: ModelImpl.cxx,v $ * - * $Revision: 1.1.2.3 $ + * $Revision: 1.1.2.4 $ * - * last change: $Author: oj $ $Date: 2005/02/22 06:35:46 $ + * last change: $Author: oj $ $Date: 2005/02/22 09:01:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,6 +106,9 @@ #endif #ifndef _COM_SUN_STAR_SDBC_XDRIVERACCESS_HPP_ #include <com/sun/star/sdbc/XDriverAccess.hpp> +#endif +#ifndef _COM_SUN_STAR_EMBED_XTRANSACTIONBROADCASTER_HPP_ +#include <com/sun/star/embed/XTransactionBroadcaster.hpp> #endif #ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_ #include <com/sun/star/lang/DisposedException.hpp> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
