User: hr Date: 05/09/23 05:11:52 Modified: /dba/dbaccess/source/filter/xml/ xmlLogin.cxx
Log: INTEGRATION: CWS dba201b (1.3.44); FILE MERGED 2005/09/21 07:31:27 oj 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:06 fs 1.3.44.1: merging CWS dba201 into CWS dba201b File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: xmlLogin.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlLogin.cxx?r1=1.4&r2=1.5 Delta lines: +8 -0 ------------------- --- xmlLogin.cxx 8 Sep 2005 14:07:53 -0000 1.4 +++ xmlLogin.cxx 23 Sep 2005 12:11:49 -0000 1.5 @@ -53,6 +53,9 @@ #ifndef DBACCESS_SHARED_XMLSTRINGS_HRC #include "xmlstrings.hrc" #endif +#ifndef _TOOLS_DEBUG_HXX +#include <tools/debug.hxx> +#endif #include <vector> @@ -62,12 +65,15 @@ using namespace ::rtl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; +DBG_NAME(OXMLLogin) OXMLLogin::OXMLLogin( ODBFilter& rImport, sal_uInt16 nPrfx, const OUString& _sLocalName, const Reference< XAttributeList > & _xAttrList ) : SvXMLImportContext( rImport, nPrfx, _sLocalName ) { + DBG_CTOR(OXMLLogin,NULL); + OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); const SvXMLNamespaceMap& rMap = rImport.GetNamespaceMap(); const SvXMLTokenMap& rTokenMap = rImport.GetLoginElemTokenMap(); @@ -105,6 +111,8 @@ OXMLLogin::~OXMLLogin() { + + DBG_DTOR(OXMLLogin,NULL); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
