summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dtobj/FetcList.cxx
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-03-16 08:02:25 +0000
committerTino Rachui <tra@openoffice.org>2001-03-16 08:02:25 +0000
commit3c0b46ee8ec56ee9a4cc8eb771e708c523d9f5c5 (patch)
tree049e50bd52648f19dc9f5370485c5e31a55ef9da /dtrans/source/win32/dtobj/FetcList.cxx
parentb4bc248aac66dc37e65fba0304f1cfd433e4cf96 (diff)
*** empty log message ***
Diffstat (limited to 'dtrans/source/win32/dtobj/FetcList.cxx')
-rw-r--r--dtrans/source/win32/dtobj/FetcList.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/dtrans/source/win32/dtobj/FetcList.cxx b/dtrans/source/win32/dtobj/FetcList.cxx
index 9deaf947b032..fa144791fd6f 100644
--- a/dtrans/source/win32/dtobj/FetcList.cxx
+++ b/dtrans/source/win32/dtobj/FetcList.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FetcList.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tra $ $Date: 2001-03-09 08:47:21 $
+ * last change: $Author: tra $ $Date: 2001-03-16 09:00:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -257,7 +257,12 @@ CFormatRegistrar::CFormatRegistrar( const Reference< XMultiServiceFactory >& Ser
CFormatRegistrar::~CFormatRegistrar( )
{
if ( CFormatRegistrar::m_hEvtEnumLocaleReady )
- CloseHandle( CFormatRegistrar::m_hEvtEnumLocaleReady );
+ {
+ sal_Bool bRet = CloseHandle(
+ CFormatRegistrar::m_hEvtEnumLocaleReady );
+
+ OSL_ASSERT( bRet );
+ }
}
//------------------------------------------------------------------------