INTEGRATION: CWS sb87 (1.9.80); FILE MERGED

2008/04/24 13:18:49 sb 1.9.80.2: RESYNC: (1.9-1.10); FILE MERGED
2008/04/21 09:40:10 sb 1.9.80.1: #i88211# added rtl_bootstrap_encode
This commit is contained in:
Rüdiger Timm 2008-06-09 11:46:06 +00:00
parent 7a9921c71b
commit 6061c95c6e

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: bootstrap.h,v $
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
@ -214,6 +214,21 @@ void SAL_CALL rtl_bootstrap_expandMacros(
rtl_uString ** macro )
SAL_THROW_EXTERN_C();
/** Escapes special characters ("$" and "\").
@param value
an arbitrary, non-NULL value
@param encoded
non-NULL out parameter, receiving the given value with all occurences of
special characters ("$" and "\") escaped
@since UDK 3.2.9
*/
void SAL_CALL rtl_bootstrap_encode(
rtl_uString const * value, rtl_uString ** encoded )
SAL_THROW_EXTERN_C();
#ifdef __cplusplus
}
#endif