summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlTable.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:12:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:12:53 +0000
commit38592cf3a27fdb577e06225937c631d0b0e8e8e8 (patch)
tree805327a7276dd8f22ca485cfff5a218aa901493c /dbaccess/source/filter/xml/xmlTable.cxx
parent149696c30fc6982f7f3f245f43b5bc1d0c9d86f7 (diff)
INTEGRATION: CWS dba201b (1.2.146); FILE MERGED
2005/09/21 07:33:01 oj 1.2.146.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:37:07 fs 1.2.146.1: merging CWS dba201 into CWS dba201b
Diffstat (limited to 'dbaccess/source/filter/xml/xmlTable.cxx')
-rw-r--r--dbaccess/source/filter/xml/xmlTable.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/dbaccess/source/filter/xml/xmlTable.cxx b/dbaccess/source/filter/xml/xmlTable.cxx
index 0c45bc92440d..a1b7d1d62233 100644
--- a/dbaccess/source/filter/xml/xmlTable.cxx
+++ b/dbaccess/source/filter/xml/xmlTable.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlTable.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:09:39 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:12:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,6 +71,9 @@
#ifndef _COMPHELPER_NAMECONTAINER_HXX_
#include <comphelper/namecontainer.hxx>
#endif
+#ifndef _TOOLS_DEBUG_HXX
+#include <tools/debug.hxx>
+#endif
namespace dbaxml
{
@@ -78,6 +81,7 @@ namespace dbaxml
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdbcx;
using namespace ::com::sun::star::xml::sax;
+DBG_NAME(OXMLTable)
OXMLTable::OXMLTable( ODBFilter& _rImport
,sal_uInt16 nPrfx
@@ -92,6 +96,8 @@ OXMLTable::OXMLTable( ODBFilter& _rImport
,m_bApplyOrder(sal_False)
,m_sServiceName(_sServiceName)
{
+ DBG_CTOR(OXMLTable,NULL);
+
OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!");
const SvXMLNamespaceMap& rMap = GetOwnImport().GetNamespaceMap();
const SvXMLTokenMap& rTokenMap = GetOwnImport().GetQueryElemTokenMap();
@@ -143,6 +149,8 @@ OXMLTable::OXMLTable( ODBFilter& _rImport
OXMLTable::~OXMLTable()
{
+
+ DBG_DTOR(OXMLTable,NULL);
}
// -----------------------------------------------------------------------------
SvXMLImportContext* OXMLTable::CreateChildContext(