INTEGRATION: CWS ooo11rc2 (1.22.44); FILE MERGED

2003/07/15 09:08:05 mh 1.22.44.1: patch for IRIX, #i14782#
This commit is contained in:
Jens-Heiner Rechtien 2003-07-16 16:22:32 +00:00
parent db86623519
commit 47536384e4

View file

@ -2,9 +2,9 @@
*
* $RCSfile: bootstrap.cxx,v $
*
* $Revision: 1.22 $
* $Revision: 1.23 $
*
* last change: $Author: rt $ $Date: 2003-04-30 08:18:10 $
* last change: $Author: hr $ $Date: 2003-07-16 17:22:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -594,7 +594,7 @@ sal_Bool SAL_CALL rtl_bootstrap_get_from_handle(
{
if(handle)
{
found = static_cast< Bootstrap_Impl const * >( handle )->getValue(
found = static_cast< Bootstrap_Impl * >( handle )->getValue(
pName, ppValue, pDefault );
}
else