Tag: cws_src680_odbmacros2 User: fs Date: 2008-01-26 21:22:26+0000 Modified: dba/dbaccess/source/ui/querydesign/JoinController.cxx dba/dbaccess/source/ui/querydesign/querycontroller.cxx
Log: new include necessary File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: JoinController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/JoinController.cxx?r1=1.43&r2=1.43.20.1 Delta lines: +6 -3 ------------------- --- JoinController.cxx 2007-11-01 15:27:20+0000 1.43 +++ JoinController.cxx 2008-01-26 21:22:23+0000 1.43.20.1 @@ -4,9 +4,9 @@ * * $RCSfile: JoinController.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.43.20.1 $ * - * last change: $Author: hr $ $Date: 2007/11/01 15:27:20 $ + * last change: $Author: fs $ $Date: 2008/01/26 21:22:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -143,6 +143,9 @@ #ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> #endif +#ifndef _VOS_MUTEX_HXX_ +#include <vos/mutex.hxx> +#endif #ifndef DBAUI_TOOLS_HXX #include "UITools.hxx" #endif File [changed]: querycontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/querycontroller.cxx?r1=1.112.2.1&r2=1.112.2.2 Delta lines: +3 -2 ------------------- --- querycontroller.cxx 2007-12-13 11:22:17+0000 1.112.2.1 +++ querycontroller.cxx 2008-01-26 21:22:24+0000 1.112.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: querycontroller.cxx,v $ * - * $Revision: 1.112.2.1 $ + * $Revision: 1.112.2.2 $ * - * last change: $Author: fs $ $Date: 2007/12/13 11:22:17 $ + * last change: $Author: fs $ $Date: 2008/01/26 21:22:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -97,6 +97,7 @@ #include <tools/diagnose_ex.h> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> +#include <vos/mutex.hxx> extern "C" void SAL_CALL createRegistryInfo_OQueryControl() { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
