summaryrefslogtreecommitdiff
path: root/cppuhelper/source/tdmgr.cxx
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-05-31 07:41:51 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-05-31 07:41:51 +0000
commit148081c5c66b9648204a6ddac8a1ab6f22a3c2d2 (patch)
treeb2cd4cd6b603cccc313e73c2fce56a203748fd5e /cppuhelper/source/tdmgr.cxx
parentc512725d280883584bf81dd486268a94da26bf3b (diff)
#87052# assert lost types
Diffstat (limited to 'cppuhelper/source/tdmgr.cxx')
-rw-r--r--cppuhelper/source/tdmgr.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/cppuhelper/source/tdmgr.cxx b/cppuhelper/source/tdmgr.cxx
index 49d399d30..f149f0efd 100644
--- a/cppuhelper/source/tdmgr.cxx
+++ b/cppuhelper/source/tdmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tdmgr.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2001-05-30 09:03:53 $
+ * last change: $Author: dbo $ $Date: 2001-05-31 08:41:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -639,7 +639,7 @@ static void SAL_CALL typelib_callback(
{
}
}
-#ifdef DEBUG
+#ifdef _DEBUG
if (! *ppRet)
{
OString aTypeName( OUStringToOString( pTypeName, RTL_TEXTENCODING_ASCII_US ) );
@@ -693,3 +693,4 @@ sal_Bool SAL_CALL installTypeDescriptionManager(
}
} // end namespace cppu
+