summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/filter')
-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,