summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NColumns.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 07:48:14 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 07:48:14 +0000
commit1956518a5e795ecab169550c6e1d4249fae47572 (patch)
treef114822f5f6f9135dd45366204cc8434ce6aad43 /connectivity/source/drivers/evoab2/NColumns.cxx
parent4c22d5f3a4b4d87e8ef9ff94bdf77ace4c1ee3ba (diff)
INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED
2008/04/01 10:52:56 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.3.216.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'connectivity/source/drivers/evoab2/NColumns.cxx')
-rw-r--r--connectivity/source/drivers/evoab2/NColumns.cxx53
1 files changed, 18 insertions, 35 deletions
diff --git a/connectivity/source/drivers/evoab2/NColumns.cxx b/connectivity/source/drivers/evoab2/NColumns.cxx
index 52f7a18f57af..f59d2f794ae1 100644
--- a/connectivity/source/drivers/evoab2/NColumns.cxx
+++ b/connectivity/source/drivers/evoab2/NColumns.cxx
@@ -1,38 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: NColumns.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.3 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: obo $ $Date: 2006-09-17 02:28:47 $
+ * $RCSfile: NColumns.cxx,v $
+ * $Revision: 1.4 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * This file is part of OpenOffice.org.
*
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- *
- * Contributor(s): Jayant Madavi_______________________________________
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
*
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
*
************************************************************************/
@@ -40,19 +32,10 @@
#include "precompiled_connectivity.hxx"
#include "NColumns.hxx"
-#ifndef _CONNECTIVITY_EVOAB_TABLE_HXX_
#include "NTable.hxx"
-#endif
-#ifndef _CONNECTIVITY_EVOAB_TABLES_HXX_
#include "NTables.hxx"
-#endif
-#ifndef _CONNECTIVITY_EVOAB_CATALOG_HXX_
#include "NCatalog.hxx"
-#endif
-
-#ifndef _CONNECTIVITY_SDBCX_COLUMN_HXX_
#include "connectivity/sdbcx/VColumn.hxx"
-#endif
using namespace connectivity::sdbcx;
using namespace connectivity;