summaryrefslogtreecommitdiff
path: root/forms/source/xforms/datatyperepository.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/datatyperepository.cxx')
-rw-r--r--forms/source/xforms/datatyperepository.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/forms/source/xforms/datatyperepository.cxx b/forms/source/xforms/datatyperepository.cxx
index ac631145bef3..a2a24868a89e 100644
--- a/forms/source/xforms/datatyperepository.cxx
+++ b/forms/source/xforms/datatyperepository.cxx
@@ -54,11 +54,9 @@ namespace xforms
//====================================================================
//= ODataTypeRepository
//====================================================================
- DBG_NAME( ODataTypeRepository )
//--------------------------------------------------------------------
ODataTypeRepository::ODataTypeRepository( )
{
- DBG_CTOR( ODataTypeRepository, NULL );
// insert some basic types
OUString sName( FRM_RES_STRING( RID_STR_DATATYPE_STRING ) );
@@ -101,7 +99,6 @@ namespace xforms
//--------------------------------------------------------------------
ODataTypeRepository::~ODataTypeRepository( )
{
- DBG_DTOR( ODataTypeRepository, NULL );
}
//--------------------------------------------------------------------