Tag: cws_src680_os63 User: os Date: 05/11/16 02:20:38 Modified: /dba/dbaccess/source/filter/xml/ xmlStyleImport.cxx
Log: RESYNC: (1.3-1.4); FILE MERGED 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.2.154.2&r2=1.2.154.3 Delta lines: +13 -0 -------------------- --- xmlStyleImport.cxx 15 Sep 2005 22:08:34 -0000 1.2.154.2 +++ xmlStyleImport.cxx 16 Nov 2005 10:20:36 -0000 1.2.154.3 @@ -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 @@ -114,11 +118,15 @@ bParentSet(sal_False), bConditionalFormatCreated(sal_False) { + DBG_CTOR(OTableStyleContext,NULL); + } // ----------------------------------------------------------------------------- OTableStyleContext::~OTableStyleContext() { + + DBG_DTOR(OTableStyleContext,NULL); } // ----------------------------------------------------------------------------- @@ -197,6 +205,7 @@ return static_cast<ODBFilter&>(GetImport()); } // ----------------------------------------------------------------------------- +DBG_NAME(OTableStylesContext) OTableStylesContext::OTableStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx , @@ -209,11 +218,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]
