summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-10-22 06:59:28 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-10-22 06:59:28 +0000
commit143b68bf3bac847febd0c113142a150b87f97f5c (patch)
treebff6d5eb87558328ca44fe0cf033251e5ef22418
parent14478385c78d25c7c026fec2e80fd292a2e2be7b (diff)
INTEGRATION: CWS dtransfix (1.17.26); FILE MERGED
2004/10/12 05:08:15 tra 1.17.26.1: #i31516#removed unnecessary assertion
-rw-r--r--sal/osl/w32/module.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sal/osl/w32/module.c b/sal/osl/w32/module.c
index 70d4603b9..1aae1a34d 100644
--- a/sal/osl/w32/module.c
+++ b/sal/osl/w32/module.c
@@ -2,9 +2,9 @@
*
* $RCSfile: module.c,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2004-07-12 12:58:02 $
+ * last change: $Author: rt $ $Date: 2004-10-22 07:59:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,8 +112,7 @@ oslModule SAL_CALL osl_loadModule(rtl_uString *strModuleName, sal_Int32 nRtldMod
/* osl_unloadModule */
/*****************************************************************************/
void SAL_CALL osl_unloadModule(oslModule Module)
-{
- OSL_ASSERT(Module);
+{
FreeLibrary((HINSTANCE)Module);
}