summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-09-04 08:08:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-04 09:18:57 +0100
commit91c0bdf0816a5e62f4fa6cad7587ce8db975425f (patch)
tree6a7f28dd4cd028099bd72e97ddaa6ec7e44c97a2 /include/rtl
parented3261a33a8dbc5bcc022c3ecc374bd2d899c300 (diff)
coverity#706611 Uncaught exception
Change-Id: I42bff46998b3d516161068af3d53bf92ee2f2b15
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/bootstrap.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/rtl/bootstrap.h b/include/rtl/bootstrap.h
index 850aa7bd1c06..a4e109f9fc43 100644
--- a/include/rtl/bootstrap.h
+++ b/include/rtl/bootstrap.h
@@ -200,15 +200,14 @@ SAL_DLLPUBLIC void SAL_CALL rtl_bootstrap_get_iniName_from_handle(
@param macro [inout] The macro to be expanded
*/
SAL_DLLPUBLIC void SAL_CALL rtl_bootstrap_expandMacros_from_handle(
- rtlBootstrapHandle handle, rtl_uString ** macro )
- SAL_THROW_EXTERN_C();
+ rtlBootstrapHandle handle, rtl_uString ** macro );
+
/** Expands a macro using default bootstrap variables.
@param macro [inout] The macro to be expanded
*/
SAL_DLLPUBLIC void SAL_CALL rtl_bootstrap_expandMacros(
- rtl_uString ** macro )
- SAL_THROW_EXTERN_C();
+ rtl_uString ** macro);
/** Escapes special characters ("$" and "\").