Tag: cws_src680_odbmacros2 User: fs Date: 2008-01-26 21:19:12+0000 Modified: dba/dbaccess/source/ui/app/AppControllerGen.cxx
Log: #new include necessary File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppControllerGen.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerGen.cxx?r1=1.28.56.1&r2=1.28.56.2 Delta lines: +7 -3 ------------------- --- AppControllerGen.cxx 2007-12-13 11:21:52+0000 1.28.56.1 +++ AppControllerGen.cxx 2008-01-26 21:19:10+0000 1.28.56.2 @@ -4,9 +4,9 @@ * * $RCSfile: AppControllerGen.cxx,v $ * - * $Revision: 1.28.56.1 $ + * $Revision: 1.28.56.2 $ * - * last change: $Author: fs $ $Date: 2007/12/13 11:21:52 $ + * last change: $Author: fs $ $Date: 2008/01/26 21:19:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -138,8 +138,12 @@ #ifndef DBACCESS_SOURCE_UI_MISC_DEFAULTOBJECTNAMECHECK_HXX #include "defaultobjectnamecheck.hxx" #endif - +#ifndef _VOS_MUTEX_HXX_ +#include <vos/mutex.hxx> +#endif +#ifndef _COM_SUN_STAR_LANG_XEVENTLISTENER_HPP_ #include <com/sun/star/lang/XEventListener.hpp> +#endif //........................................................................ namespace dbaui --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
