summaryrefslogtreecommitdiff
path: root/forms/source/component/FormattedFieldWrapper.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-31 12:59:50 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-31 12:59:50 +0000
commitd90ed94b014b08b3d4d006a1656fd7411794f464 (patch)
tree0bfd20a7a276702904040e6304c17adb2bd97db7 /forms/source/component/FormattedFieldWrapper.cxx
parentd0e54c9176f63624c4e6c4361737350a767f0866 (diff)
#87149# DBG_CTOR/-DTOR
Diffstat (limited to 'forms/source/component/FormattedFieldWrapper.cxx')
-rw-r--r--forms/source/component/FormattedFieldWrapper.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx
index 3ca8a74d3cbf..295557de2d26 100644
--- a/forms/source/component/FormattedFieldWrapper.cxx
+++ b/forms/source/component/FormattedFieldWrapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FormattedFieldWrapper.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-04-11 14:21:52 $
+ * last change: $Author: fs $ $Date: 2001-05-31 13:59:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,6 +109,7 @@ using namespace ::com::sun::star::util;
//==================================================================
// OFormattedFieldWrapper
//==================================================================
+DBG_NAME(OFormattedFieldWrapper)
//------------------------------------------------------------------
InterfaceRef SAL_CALL OFormattedFieldWrapper_CreateInstance_ForceFormatted(const Reference<XMultiServiceFactory>& _rxFactory)
{
@@ -126,6 +127,8 @@ OFormattedFieldWrapper::OFormattedFieldWrapper(const Reference<XMultiServiceFact
:m_pEditPart(NULL)
,m_xServiceFactory(_rxFactory)
{
+ DBG_CTOR(OFormattedFieldWrapper, NULL);
+
if (_bActAsFormatted)
{
increment(m_refCount);
@@ -161,6 +164,8 @@ OFormattedFieldWrapper::~OFormattedFieldWrapper()
if (m_pEditPart)
m_pEditPart->release();
+
+ DBG_DTOR(OFormattedFieldWrapper, NULL);
}
//------------------------------------------------------------------