diff options
author | Hennes Rohling <hro@openoffice.org> | 2001-09-03 09:48:13 +0000 |
---|---|---|
committer | Hennes Rohling <hro@openoffice.org> | 2001-09-03 09:48:13 +0000 |
commit | 91e31e8dd0616e90f9c155495bc561f99777cf3f (patch) | |
tree | 195170adc9759f1908f7b476d99ae42f47680715 /sal/osl/w32/module.c | |
parent | 4bba6288d903d6a96aa1f9c23eb213842534792f (diff) |
#88338# New function osl_getModuleURLFromAddress()
Diffstat (limited to 'sal/osl/w32/module.c')
-rw-r--r-- | sal/osl/w32/module.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/w32/module.c b/sal/osl/w32/module.c index ba04ef498..c3b368a6c 100644 --- a/sal/osl/w32/module.c +++ b/sal/osl/w32/module.c @@ -2,9 +2,9 @@ * * $RCSfile: module.c,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hro $ $Date: 2001-09-03 09:19:56 $ + * last change: $Author: hro $ $Date: 2001-09-03 10:48:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -305,7 +305,7 @@ static sal_Bool SAL_CALL _osl_addressGetModuleURL_NT( void *pv, rtl_uString **pu /* Dispatcher for osl_osl_addressGetModuleURL */ /*****************************************************************************/ -sal_Bool SAL_CALL osl_addressGetModuleURL( void *pv, rtl_uString **pustrURL ) +sal_Bool SAL_CALL osl_getModuleURLFromAddress( void *pv, rtl_uString **pustrURL ) { if ( IS_NT ) return _osl_addressGetModuleURL_NT( pv, pustrURL ); |