diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-24 14:34:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-24 14:34:14 +0000 |
commit | 4a2927b96137d59d1dcaa9387b8fd7726b5c1944 (patch) | |
tree | 2786ff4bed0407e4ee5a0d1837a6c840ee5bb3ac | |
parent | 655b1a2099cf316ba1484a31ce115e148a031fa6 (diff) |
#100000# workaround for solaris compiler bug
-rw-r--r-- | forms/source/xforms/datatypes.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/forms/source/xforms/datatypes.cxx b/forms/source/xforms/datatypes.cxx index 773b0bf30860..45950d8831cb 100644 --- a/forms/source/xforms/datatypes.cxx +++ b/forms/source/xforms/datatypes.cxx @@ -2,9 +2,9 @@ * * $RCSfile: datatypes.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2005-03-23 11:35:56 $ + * last change: $Author: vg $ $Date: 2005-03-24 15:34:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,7 +134,6 @@ namespace xforms //==================================================================== //= OXSDDataType //==================================================================== - DBG_NAME( OXSDDataType ) //-------------------------------------------------------------------- OXSDDataType::OXSDDataType( const ::rtl::OUString& _rName, sal_Int16 _nTypeClass ) :OXSDDataType_PBase( m_aBHelper ) @@ -144,13 +143,11 @@ namespace xforms ,m_bIsBasic( sal_True ) ,m_bPatternMatcherDirty( true ) { - DBG_CTOR( OXSDDataType, NULL ); } //-------------------------------------------------------------------- OXSDDataType::~OXSDDataType() { - DBG_DTOR( OXSDDataType, NULL ); } //-------------------------------------------------------------------- |