summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 15:51:35 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 15:51:35 +0000
commit2825d7799e5281713614d3e88adeaacf340e4c35 (patch)
tree7ebe1531b6b152e04bc840cf33c0c54891f3e7c8
parent4948464078ebdf02f432c5480c3f1dae317f23e5 (diff)
INTEGRATION: CWS dba30a (1.2.36); FILE MERGED
2008/02/20 21:31:55 fs 1.2.36.1: remove unused code Issue number: #i86284# Submitted by: cmc@openoffice.org Reviewed by: fs@openoffice.org
-rw-r--r--dbaccess/source/filter/xml/xmlConnectionResource.hxx5
-rw-r--r--dbaccess/source/filter/xml/xmlFileBasedDatabase.hxx5
-rw-r--r--dbaccess/source/filter/xml/xmlServerDatabase.cxx9
-rw-r--r--dbaccess/source/filter/xml/xmlServerDatabase.hxx5
4 files changed, 8 insertions, 16 deletions
diff --git a/dbaccess/source/filter/xml/xmlConnectionResource.hxx b/dbaccess/source/filter/xml/xmlConnectionResource.hxx
index db13804ae177..6dc8f5721bce 100644
--- a/dbaccess/source/filter/xml/xmlConnectionResource.hxx
+++ b/dbaccess/source/filter/xml/xmlConnectionResource.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlConnectionResource.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-11-09 08:13:44 $
+ * last change: $Author: kz $ $Date: 2008-03-05 16:50:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,7 +48,6 @@ namespace dbaxml
class ODBFilter;
class OXMLConnectionResource : public SvXMLImportContext
{
- ODBFilter& GetOwnImport();
public:
OXMLConnectionResource( ODBFilter& rImport, sal_uInt16 nPrfx,
diff --git a/dbaccess/source/filter/xml/xmlFileBasedDatabase.hxx b/dbaccess/source/filter/xml/xmlFileBasedDatabase.hxx
index 2055e02bc002..c6945c853353 100644
--- a/dbaccess/source/filter/xml/xmlFileBasedDatabase.hxx
+++ b/dbaccess/source/filter/xml/xmlFileBasedDatabase.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlFileBasedDatabase.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-11-09 08:17:16 $
+ * last change: $Author: kz $ $Date: 2008-03-05 16:51:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,7 +48,6 @@ namespace dbaxml
class ODBFilter;
class OXMLFileBasedDatabase : public SvXMLImportContext
{
- ODBFilter& GetOwnImport();
public:
OXMLFileBasedDatabase( ODBFilter& rImport, sal_uInt16 nPrfx,
diff --git a/dbaccess/source/filter/xml/xmlServerDatabase.cxx b/dbaccess/source/filter/xml/xmlServerDatabase.cxx
index 49616edcd9ac..d940dd764697 100644
--- a/dbaccess/source/filter/xml/xmlServerDatabase.cxx
+++ b/dbaccess/source/filter/xml/xmlServerDatabase.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlServerDatabase.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-11-09 08:18:08 $
+ * last change: $Author: kz $ $Date: 2008-03-05 16:51:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -190,11 +190,6 @@ OXMLServerDatabase::~OXMLServerDatabase()
DBG_DTOR(OXMLServerDatabase,NULL);
}
// -----------------------------------------------------------------------------
-ODBFilter& OXMLServerDatabase::GetOwnImport()
-{
- return static_cast<ODBFilter&>(GetImport());
-}
-// -----------------------------------------------------------------------------
//----------------------------------------------------------------------------
} // namespace dbaxml
diff --git a/dbaccess/source/filter/xml/xmlServerDatabase.hxx b/dbaccess/source/filter/xml/xmlServerDatabase.hxx
index f7b24e872d16..fbf040bb2165 100644
--- a/dbaccess/source/filter/xml/xmlServerDatabase.hxx
+++ b/dbaccess/source/filter/xml/xmlServerDatabase.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlServerDatabase.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-11-09 08:18:22 $
+ * last change: $Author: kz $ $Date: 2008-03-05 16:51:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,7 +48,6 @@ namespace dbaxml
class ODBFilter;
class OXMLServerDatabase : public SvXMLImportContext
{
- ODBFilter& GetOwnImport();
public:
OXMLServerDatabase( ODBFilter& rImport, sal_uInt16 nPrfx,