Tag: cws_src680_vq39 User: vq Date: 2006/11/02 20:47:51 Modified: dba/dbaccess/source/ui/misc/asyncmodaldialog.cxx dba/dbaccess/source/ui/misc/databaseobjectview.cxx dba/dbaccess/source/ui/misc/imageprovider.cxx
Log: #i71114# Add missing pch includes. File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: asyncmodaldialog.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/asyncmodaldialog.cxx?r1=1.2&r2=1.2.26.1 Delta lines: +5 -2 ------------------- --- asyncmodaldialog.cxx 5 Oct 2006 13:07:26 -0000 1.2 +++ asyncmodaldialog.cxx 3 Nov 2006 04:47:48 -0000 1.2.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: asyncmodaldialog.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.26.1 $ * - * last change: $Author: kz $ $Date: 2006/10/05 13:07:26 $ + * last change: $Author: vq $ $Date: 2006/11/03 04:47:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_dbaccess.hxx" #ifndef DBACCESS_ASYNCMODALDIALOG_HXX #include "asyncmodaldialog.hxx" File [changed]: databaseobjectview.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/databaseobjectview.cxx?r1=1.2&r2=1.2.26.1 Delta lines: +5 -2 ------------------- --- databaseobjectview.cxx 5 Oct 2006 13:07:38 -0000 1.2 +++ databaseobjectview.cxx 3 Nov 2006 04:47:49 -0000 1.2.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: databaseobjectview.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.26.1 $ * - * last change: $Author: kz $ $Date: 2006/10/05 13:07:38 $ + * last change: $Author: vq $ $Date: 2006/11/03 04:47:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_dbaccess.hxx" #ifndef DBACCESS_DATABASE_OBJECT_VIEW_HXX #include "databaseobjectview.hxx" File [changed]: imageprovider.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/imageprovider.cxx?r1=1.2&r2=1.2.26.1 Delta lines: +5 -2 ------------------- --- imageprovider.cxx 5 Oct 2006 13:07:49 -0000 1.2 +++ imageprovider.cxx 3 Nov 2006 04:47:49 -0000 1.2.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: imageprovider.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.26.1 $ * - * last change: $Author: kz $ $Date: 2006/10/05 13:07:49 $ + * last change: $Author: vq $ $Date: 2006/11/03 04:47:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_dbaccess.hxx" #ifndef DBACCESS_IMAGEPROVIDER_HXX #include "imageprovider.hxx" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
