Tag: cws_src680_warnings01 User: fs Date: 06/06/14 03:57:47 Modified: /dba/dbaccess/source/core/api/ CIndexes.cxx, CKeyColumns.cxx, column.cxx, table.cxx
Log: removed useless include File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: CIndexes.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/CIndexes.cxx?r1=1.15&r2=1.15.74.1 Delta lines: +3 -6 ------------------- --- CIndexes.cxx 23 Sep 2005 12:01:27 -0000 1.15 +++ CIndexes.cxx 14 Jun 2006 10:57:44 -0000 1.15.74.1 @@ -4,9 +4,9 @@ * * $RCSfile: CIndexes.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.15.74.1 $ * - * last change: $Author: hr $ $Date: 2005/09/23 12:01:27 $ + * last change: $Author: fs $ $Date: 2006/06/14 10:57:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,9 +34,6 @@ ************************************************************************/ #ifndef DBACCESS_INDEXES_HXX_ #include "CIndexes.hxx" -#endif -#ifndef _CONNECTIVITY_SDBCX_INDEX_HXX_ -#include "connectivity/sdbcx/VIndex.hxx" #endif #ifndef _COM_SUN_STAR_SDBC_XROW_HPP_ #include <com/sun/star/sdbc/XRow.hpp> File [changed]: CKeyColumns.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/CKeyColumns.cxx?r1=1.17&r2=1.17.50.1 Delta lines: +3 -6 ------------------- --- CKeyColumns.cxx 8 Sep 2005 09:54:02 -0000 1.17 +++ CKeyColumns.cxx 14 Jun 2006 10:57:44 -0000 1.17.50.1 @@ -4,9 +4,9 @@ * * $RCSfile: CKeyColumns.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.17.50.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 09:54:02 $ + * last change: $Author: fs $ $Date: 2006/06/14 10:57:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,9 +35,6 @@ #ifndef DBACCESS_CORE_API_KEYCOLUMNS_HXX #include "CKeyColumns.hxx" -#endif -#ifndef _CONNECTIVITY_SDBCX_KEYCOLUMN_HXX_ -#include "connectivity/sdbcx/VKeyColumn.hxx" #endif #ifndef _COM_SUN_STAR_SDBC_XROW_HPP_ #include <com/sun/star/sdbc/XRow.hpp> File [changed]: column.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/column.cxx?r1=1.49.50.1&r2=1.49.50.2 Delta lines: +2 -5 ------------------- --- column.cxx 24 Mar 2006 15:35:48 -0000 1.49.50.1 +++ column.cxx 14 Jun 2006 10:57:44 -0000 1.49.50.2 @@ -4,9 +4,9 @@ * * $RCSfile: column.cxx,v $ * - * $Revision: 1.49.50.1 $ + * $Revision: 1.49.50.2 $ * - * last change: $Author: fs $ $Date: 2006/03/24 15:35:48 $ + * last change: $Author: fs $ $Date: 2006/06/14 10:57:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -86,9 +86,6 @@ #endif #ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> -#endif -#ifndef _CONNECTIVITY_SDBCX_COLUMN_HXX_ -#include <connectivity/sdbcx/VColumn.hxx> #endif #ifndef CONNECTIVITY_TABLEHELPER_HXX #include <connectivity/TTableHelper.hxx> File [changed]: table.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/table.cxx?r1=1.54.50.2&r2=1.54.50.3 Delta lines: +2 -5 ------------------- --- table.cxx 12 May 2006 16:25:13 -0000 1.54.50.2 +++ table.cxx 14 Jun 2006 10:57:44 -0000 1.54.50.3 @@ -4,9 +4,9 @@ * * $RCSfile: table.cxx,v $ * - * $Revision: 1.54.50.2 $ + * $Revision: 1.54.50.3 $ * - * last change: $Author: sb $ $Date: 2006/05/12 16:25:13 $ + * last change: $Author: fs $ $Date: 2006/06/14 10:57:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,9 +93,6 @@ #endif #ifndef _COMPHELPER_EXTRACT_HXX_ #include <comphelper/extract.hxx> -#endif -#ifndef _CONNECTIVITY_SDBCX_COLUMN_HXX_ -#include <connectivity/sdbcx/VColumn.hxx> #endif #ifndef DBACORE_SDBCORETOOLS_HXX #include "sdbcoretools.hxx" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
