User: hr Date: 05/09/23 05:12:34 Modified: /dba/dbaccess/source/filter/xml/ xmlStyleImport.cxx
Log: INTEGRATION: CWS dba201b (1.2.146); FILE MERGED 2005/09/21 07:32:33 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 File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: xmlStyleImport.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlStyleImport.cxx?r1=1.3&r2=1.4 Delta lines: +14 -0 -------------------- --- xmlStyleImport.cxx 8 Sep 2005 14:09:00 -0000 1.3 +++ xmlStyleImport.cxx 23 Sep 2005 12:12:30 -0000 1.4 @@ -82,6 +82,10 @@ #ifndef DBA_XMLHELPER_HXX #include "xmlHelper.hxx" #endif +#ifndef _TOOLS_DEBUG_HXX +#include <tools/debug.hxx> +#endif + #define XML_LINE_LEFT 0 #define XML_LINE_RIGHT 1 @@ -104,6 +108,7 @@ // ----------------------------------------------------------------------------- TYPEINIT1( OTableStyleContext, XMLPropStyleContext ); TYPEINIT1( OTableStylesContext, SvXMLStylesContext ); +DBG_NAME(OTableStyleContext) OTableStyleContext::OTableStyleContext( ODBFilter& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -116,11 +121,15 @@ bParentSet(sal_False), bConditionalFormatCreated(sal_False) { + DBG_CTOR(OTableStyleContext,NULL); + } // ----------------------------------------------------------------------------- OTableStyleContext::~OTableStyleContext() { + + DBG_DTOR(OTableStyleContext,NULL); } // ----------------------------------------------------------------------------- @@ -199,6 +208,7 @@ return static_cast<ODBFilter&>(GetImport()); } // ----------------------------------------------------------------------------- +DBG_NAME(OTableStylesContext) OTableStylesContext::OTableStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx , @@ -211,11 +221,15 @@ m_nNumberFormatIndex(-1), bAutoStyles(bTempAutoStyles) { + DBG_CTOR(OTableStylesContext,NULL); + } // ----------------------------------------------------------------------------- OTableStylesContext::~OTableStylesContext() { + + DBG_DTOR(OTableStylesContext,NULL); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
