diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 15:44:17 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 15:44:17 +0000 |
commit | 11bf4fb0e10f37f82ae2a73730c01fdb76ed8ff5 (patch) | |
tree | c0ffa7d15901fd70247bf1b86e21f71f90449c89 /dbaccess/inc | |
parent | f284f1c650b537fd9b879e11f34e87d7f9378fa8 (diff) |
INTEGRATION: CWS obo30 (1.5.40); FILE MERGED
2008/06/10 14:54:43 obo 1.5.40.4: #i90100# ENABLE_PCH: re-sort some header
2008/06/10 14:19:32 obo 1.5.40.3: #i90100# RowSetCache missing
2008/06/06 10:18:18 obo 1.5.40.2: #i90100# EOL missing
2008/06/02 14:40:06 obo 1.5.40.1: #i90100# ambigous Reference during ENABLE_PCH build
Diffstat (limited to 'dbaccess/inc')
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbaccess.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dbaccess/inc/pch/precompiled_dbaccess.hxx b/dbaccess/inc/pch/precompiled_dbaccess.hxx index 155b1f6af..2b7a2c5a5 100644 --- a/dbaccess/inc/pch/precompiled_dbaccess.hxx +++ b/dbaccess/inc/pch/precompiled_dbaccess.hxx @@ -1,13 +1,13 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: precompiled_dbaccess.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * 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" @@ -511,6 +514,9 @@ #include "xmloff/xmlnmspe.hxx" #include "xmloff/xmltoken.hxx" #include "xmloff/xmltypes.hxx" + //---MARKER--- #endif + + |