Tag: cws_src680_oj14 User: oj Date: 2007-06-06 08:03:37+0000 Log: precompiled header missing
File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: paramwrapper.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/paramwrapper.cxx?r1=1.1.2.5&r2=1.1.2.6 Delta lines: +5 -2 ------------------- --- paramwrapper.cxx 2007-06-06 06:03:20+0000 1.1.2.5 +++ paramwrapper.cxx 2007-06-06 08:03:34+0000 1.1.2.6 @@ -4,9 +4,9 @@ * * $RCSfile: paramwrapper.cxx,v $ * - * $Revision: 1.1.2.5 $ + * $Revision: 1.1.2.6 $ * - * last change: $Author: fs $ $Date: 2007/06/06 06:03:20 $ + * last change: $Author: oj $ $Date: 2007/06/06 08:03:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,8 @@ * MA 02111-1307 USA * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_connectivity.hxx" #ifndef CONNECTIVITY_PARAMWRAPPER_HXX #include <connectivity/paramwrapper.hxx> @@ -380,3 +382,4 @@ //........................................................................ } } // namespace dbtools::param //........................................................................ + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
