diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 11:46:06 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 11:46:06 +0000 |
commit | 6061c95c6e01ff2a15e7631f28b2911a52a26b0d (patch) | |
tree | da8ae25e7e548f3f1f22f0b38c1e887cbdda7216 /sal/inc | |
parent | 7a9921c71b6ab9f9f3b621ab553b3529652908e8 (diff) |
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
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/rtl/bootstrap.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sal/inc/rtl/bootstrap.h b/sal/inc/rtl/bootstrap.h index 46cd2e804d66..0d9d378abb39 100644 --- a/sal/inc/rtl/bootstrap.h +++ b/sal/inc/rtl/bootstrap.h @@ -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 |