summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-21 12:18:23 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-21 12:18:23 +0100
commit7552a34c76467df8190d248c1bcdc3392afb8f03 (patch)
tree02cb4592e4b045632853bf0d75b977c2faddd919 /mysqlc
parent7e56fec5de92f21c9ae704ad64c4325ac8661f55 (diff)
Remove old RCS lines.
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/source/mysqlc_connection.cxx3
-rw-r--r--mysqlc/source/mysqlc_connection.hxx4
-rw-r--r--mysqlc/source/mysqlc_databasemetadata.cxx4
-rw-r--r--mysqlc/source/mysqlc_databasemetadata.hxx4
-rw-r--r--mysqlc/source/mysqlc_driver.cxx4
-rw-r--r--mysqlc/source/mysqlc_driver.hxx4
-rw-r--r--mysqlc/source/mysqlc_general.cxx4
-rw-r--r--mysqlc/source/mysqlc_general.hxx4
-rw-r--r--mysqlc/source/mysqlc_preparedstatement.cxx4
-rw-r--r--mysqlc/source/mysqlc_preparedstatement.hxx4
-rw-r--r--mysqlc/source/mysqlc_propertyids.cxx4
-rw-r--r--mysqlc/source/mysqlc_resultset.cxx4
-rw-r--r--mysqlc/source/mysqlc_resultset.hxx4
-rw-r--r--mysqlc/source/mysqlc_resultsetmetadata.cxx4
-rw-r--r--mysqlc/source/mysqlc_resultsetmetadata.hxx4
-rw-r--r--mysqlc/source/mysqlc_services.cxx4
-rw-r--r--mysqlc/source/mysqlc_statement.cxx4
-rw-r--r--mysqlc/source/mysqlc_subcomponent.hxx4
-rw-r--r--mysqlc/source/mysqlc_types.cxx4
-rw-r--r--mysqlc/source/mysqlc_types.hxx4
-rw-r--r--mysqlc/source/registry/data/org/openoffice/Office/DataAccess/Drivers.xcu3
21 files changed, 0 insertions, 82 deletions
diff --git a/mysqlc/source/mysqlc_connection.cxx b/mysqlc/source/mysqlc_connection.cxx
index 141ab7b3f863..492bd2444fb3 100644
--- a/mysqlc/source/mysqlc_connection.cxx
+++ b/mysqlc/source/mysqlc_connection.cxx
@@ -6,9 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_connection.cxx,v $
-*
-* $Revision: 1.1.2.6 $*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_connection.hxx b/mysqlc/source/mysqlc_connection.hxx
index 20f9ffac141c..790331257a2d 100644
--- a/mysqlc/source/mysqlc_connection.hxx
+++ b/mysqlc/source/mysqlc_connection.hxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_connection.hxx,v $
-*
-* $Revision: 1.1.2.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_databasemetadata.cxx b/mysqlc/source/mysqlc_databasemetadata.cxx
index a0ecf2ab854c..c28d2eb7297c 100644
--- a/mysqlc/source/mysqlc_databasemetadata.cxx
+++ b/mysqlc/source/mysqlc_databasemetadata.cxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_databasemetadata.cxx,v $
-*
-* $Revision: 1.1.2.5 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_databasemetadata.hxx b/mysqlc/source/mysqlc_databasemetadata.hxx
index 3904df0cb04f..6ca234954652 100644
--- a/mysqlc/source/mysqlc_databasemetadata.hxx
+++ b/mysqlc/source/mysqlc_databasemetadata.hxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_databasemetadata.hxx,v $
-*
-* $Revision: 1.1.2.3 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_driver.cxx b/mysqlc/source/mysqlc_driver.cxx
index 1dd1fdbf9dff..6db37c6d2679 100644
--- a/mysqlc/source/mysqlc_driver.cxx
+++ b/mysqlc/source/mysqlc_driver.cxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_driver.cxx,v $
-*
-* $Revision: 1.1.2.5 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_driver.hxx b/mysqlc/source/mysqlc_driver.hxx
index d3c367ad4549..faf09ab34660 100644
--- a/mysqlc/source/mysqlc_driver.hxx
+++ b/mysqlc/source/mysqlc_driver.hxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_driver.hxx,v $
-*
-* $Revision: 1.1.2.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_general.cxx b/mysqlc/source/mysqlc_general.cxx
index e4fa7a58254c..add57965573e 100644
--- a/mysqlc/source/mysqlc_general.cxx
+++ b/mysqlc/source/mysqlc_general.cxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_general.cxx,v $
-*
-* $Revision: 1.1.2.3 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_general.hxx b/mysqlc/source/mysqlc_general.hxx
index 113301eaa666..ba1fbfc3516f 100644
--- a/mysqlc/source/mysqlc_general.hxx
+++ b/mysqlc/source/mysqlc_general.hxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_general.hxx,v $
-*
-* $Revision: 1.1.2.3 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_preparedstatement.cxx b/mysqlc/source/mysqlc_preparedstatement.cxx
index f81865849450..c905a207f3ac 100644
--- a/mysqlc/source/mysqlc_preparedstatement.cxx
+++ b/mysqlc/source/mysqlc_preparedstatement.cxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_preparedstatement.cxx,v $
-*
-* $Revision: 1.1.2.5 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_preparedstatement.hxx b/mysqlc/source/mysqlc_preparedstatement.hxx
index daf2610f996d..65e2d5d8f7df 100644
--- a/mysqlc/source/mysqlc_preparedstatement.hxx
+++ b/mysqlc/source/mysqlc_preparedstatement.hxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_preparedstatement.hxx,v $
-*
-* $Revision: 1.1.2.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_propertyids.cxx b/mysqlc/source/mysqlc_propertyids.cxx
index 77cfa7b01b9e..54aa0737d9bb 100644
--- a/mysqlc/source/mysqlc_propertyids.cxx
+++ b/mysqlc/source/mysqlc_propertyids.cxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_propertyids.cxx,v $
-*
-* $Revision: 1.1.2.2 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_resultset.cxx b/mysqlc/source/mysqlc_resultset.cxx
index c55744baa956..ca8f640d2452 100644
--- a/mysqlc/source/mysqlc_resultset.cxx
+++ b/mysqlc/source/mysqlc_resultset.cxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_resultset.cxx,v $
-*
-* $Revision: 1.1.2.5 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_resultset.hxx b/mysqlc/source/mysqlc_resultset.hxx
index 87cd76979ec0..3595c92265c2 100644
--- a/mysqlc/source/mysqlc_resultset.hxx
+++ b/mysqlc/source/mysqlc_resultset.hxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_resultset.hxx,v $
-*
-* $Revision: 1.1.2.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_resultsetmetadata.cxx b/mysqlc/source/mysqlc_resultsetmetadata.cxx
index 933bc7d57e98..22bbf637bad6 100644
--- a/mysqlc/source/mysqlc_resultsetmetadata.cxx
+++ b/mysqlc/source/mysqlc_resultsetmetadata.cxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_resultsetmetadata.cxx,v $
-*
-* $Revision: 1.1.2.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_resultsetmetadata.hxx b/mysqlc/source/mysqlc_resultsetmetadata.hxx
index 93bc107fd455..5ecf5d1de797 100644
--- a/mysqlc/source/mysqlc_resultsetmetadata.hxx
+++ b/mysqlc/source/mysqlc_resultsetmetadata.hxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_resultsetmetadata.hxx,v $
-*
-* $Revision: 1.1.2.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_services.cxx b/mysqlc/source/mysqlc_services.cxx
index 4111870f874c..74fd2b35884c 100644
--- a/mysqlc/source/mysqlc_services.cxx
+++ b/mysqlc/source/mysqlc_services.cxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_services.cxx,v $
-*
-* $Revision: 1.1.2.5 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_statement.cxx b/mysqlc/source/mysqlc_statement.cxx
index 64a06e6fde34..9800e08e6660 100644
--- a/mysqlc/source/mysqlc_statement.cxx
+++ b/mysqlc/source/mysqlc_statement.cxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_statement.cxx,v $
-*
-* $Revision: 1.1.2.4 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_subcomponent.hxx b/mysqlc/source/mysqlc_subcomponent.hxx
index 8cf2f2b8b7e1..88eabe9c003d 100644
--- a/mysqlc/source/mysqlc_subcomponent.hxx
+++ b/mysqlc/source/mysqlc_subcomponent.hxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_subcomponent.hxx,v $
-*
-* $Revision: 1.1.2.2 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_types.cxx b/mysqlc/source/mysqlc_types.cxx
index c363143d901d..a6a12b461ec5 100644
--- a/mysqlc/source/mysqlc_types.cxx
+++ b/mysqlc/source/mysqlc_types.cxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_types.cxx,v $
-*
-* $Revision: 1.1.2.2 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/mysqlc_types.hxx b/mysqlc/source/mysqlc_types.hxx
index 4d5d844ac480..1a737bb6a487 100644
--- a/mysqlc/source/mysqlc_types.hxx
+++ b/mysqlc/source/mysqlc_types.hxx
@@ -6,10 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
-* $RCSfile: mysqlc_types.hxx,v $
-*
-* $Revision: 1.1.2.2 $
-*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/mysqlc/source/registry/data/org/openoffice/Office/DataAccess/Drivers.xcu b/mysqlc/source/registry/data/org/openoffice/Office/DataAccess/Drivers.xcu
index 3c076a4a3a7a..d2fdefd74241 100644
--- a/mysqlc/source/registry/data/org/openoffice/Office/DataAccess/Drivers.xcu
+++ b/mysqlc/source/registry/data/org/openoffice/Office/DataAccess/Drivers.xcu
@@ -7,9 +7,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: DataAccess.xcu,v $
- * $Revision: 1.27 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify