Tag: cws_dev300_obo30 User: obo Date: 2008-06-02 14:40:09+0000 Modified: dba/dbaccess/inc/pch/precompiled_dbaccess.hxx dba/dbaccess/source/core/misc/DatabaseDataProvider.cxx
Log: #i90100# ambigous Reference during ENABLE_PCH build File Changes: Directory: /dba/dbaccess/inc/pch/ ================================= File [changed]: precompiled_dbaccess.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/inc/pch/precompiled_dbaccess.hxx?r1=1.5&r2=1.5.40.1 Delta lines: +7 -4 ------------------- --- precompiled_dbaccess.hxx 2008-04-10 12:15:27+0000 1.5 +++ precompiled_dbaccess.hxx 2008-06-02 14:40:06+0000 1.5.40.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: precompiled_dbaccess.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.5.40.1 $ * * This file is part of OpenOffice.org. * @@ -82,6 +82,7 @@ #include "com/sun/star/beans/XPropertyState.hpp" #include "com/sun/star/beans/XPropertyStateChangeListener.hpp" #include "com/sun/star/beans/XVetoableChangeListener.hpp" +#include "com/sun/star/chart/ChartDataRowSource.hpp" #include "com/sun/star/configuration/backend/XLayer.hpp" #include "com/sun/star/configuration/backend/XLayerHandler.hpp" #include "com/sun/star/connection/XConnection.hpp" @@ -409,6 +410,7 @@ #include "comphelper/streamsection.hxx" #include "comphelper/types.hxx" +#include "connectivity/FValue.hxx" #include "connectivity/dbcharset.hxx" #include "connectivity/dbconversion.hxx" #include "connectivity/dbexception.hxx" @@ -418,6 +420,7 @@ #include "cppuhelper/exc_hlp.hxx" #include "cppuhelper/factory.hxx" +#include "cppuhelper/implbase1.hxx" #include "cppuhelper/interfacecontainer.h" #include "cppuhelper/interfacecontainer.hxx" #include "cppuhelper/propshlp.hxx" Directory: /dba/dbaccess/source/core/misc/ ========================================== File [changed]: DatabaseDataProvider.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/DatabaseDataProvider.cxx?r1=1.3&r2=1.3.38.1 Delta lines: +9 -7 ------------------- --- DatabaseDataProvider.cxx 2008-04-10 13:01:02+0000 1.3 +++ DatabaseDataProvider.cxx 2008-06-02 14:40:06+0000 1.3.38.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: DatabaseDataProvider.cxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.3.38.1 $ * * This file is part of OpenOffice.org. * @@ -27,6 +27,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_dbaccess.hxx" #include "DatabaseDataProvider.hxx" #include "dbastrings.hrc" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
