summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/sdr/formatnormalizer.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 08:55:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 08:55:48 +0000
commitb13de4f1aaf644691a65fe5793bd227383661805 (patch)
tree59f98dd5275cc3f8275e18bffc9a446d49cdb152 /reportdesign/source/core/sdr/formatnormalizer.cxx
parentadff16aa7e431e1c28a5ee44aeb7f96e7ef92ac8 (diff)
INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED
2007/07/27 12:21:57 oj 1.2.4.1: #i77907# remove entries from context when propbrw is destroyed
Diffstat (limited to 'reportdesign/source/core/sdr/formatnormalizer.cxx')
-rw-r--r--reportdesign/source/core/sdr/formatnormalizer.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/reportdesign/source/core/sdr/formatnormalizer.cxx b/reportdesign/source/core/sdr/formatnormalizer.cxx
index 8af260596218..9461453c1550 100644
--- a/reportdesign/source/core/sdr/formatnormalizer.cxx
+++ b/reportdesign/source/core/sdr/formatnormalizer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: formatnormalizer.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-07-09 11:56:16 $
+ * last change: $Author: hr $ $Date: 2007-08-03 09:55:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,17 +79,20 @@ namespace rptui
//====================================================================
//= FormatNormalizer
//====================================================================
+ DBG_NAME(rpt_FormatNormalizer)
//--------------------------------------------------------------------
FormatNormalizer::FormatNormalizer( const OReportModel& _rModel )
:m_rModel( _rModel )
,m_xReportDefinition( )
,m_bFieldListDirty( true )
{
+ DBG_CTOR(rpt_FormatNormalizer,NULL);
}
//--------------------------------------------------------------------
FormatNormalizer::~FormatNormalizer()
{
+ DBG_DTOR(rpt_FormatNormalizer,NULL);
}
//--------------------------------------------------------------------