Tag: cws_src680_pchfix04 User: mkretzschmar Date: 2006/11/16 07:32:15 Modified: dba/dbaccess/source/shared/registrationhelper.cxx dba/dbaccess/source/shared/stringconstants.cxx
Log: #i71619# Don't include pch files in cxx files that will be included File Changes: Directory: /dba/dbaccess/source/shared/ ======================================= File [changed]: registrationhelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/shared/registrationhelper.cxx?r1=1.10&r2=1.10.50.1 Delta lines: +5 -5 ------------------- --- registrationhelper.cxx 17 Sep 2006 06:52:47 -0000 1.10 +++ registrationhelper.cxx 16 Nov 2006 15:32:13 -0000 1.10.50.1 @@ -4,9 +4,9 @@ * * $RCSfile: registrationhelper.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.10.50.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 06:52:47 $ + * last change: $Author: mkretzschmar $ $Date: 2006/11/16 15:32:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,8 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_dbaccess.hxx" +// no include "precompiled_dbaccess.hxx" because this file is meant to +// be included in other cxx files #ifndef _REGISTRATIONHELPER_CXX_INCLUDED_INDIRECTLY_ #error "don't build this file directly! use dba_reghelper.cxx or dbu_reghelper.cxx instead!" File [changed]: stringconstants.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/shared/stringconstants.cxx?r1=1.37&r2=1.37.50.1 Delta lines: +5 -5 ------------------- --- stringconstants.cxx 17 Sep 2006 06:53:13 -0000 1.37 +++ stringconstants.cxx 16 Nov 2006 15:32:13 -0000 1.37.50.1 @@ -4,9 +4,9 @@ * * $RCSfile: stringconstants.cxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.37.50.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 06:53:13 $ + * last change: $Author: mkretzschmar $ $Date: 2006/11/16 15:32:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,8 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_dbaccess.hxx" +// no include "precompiled_dbaccess.hxx" because this file is meant to +// be included itself //============================================================ //= property names --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
