summaryrefslogtreecommitdiff
path: root/include/cppuhelper/component_context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/component_context.hxx')
-rw-r--r--include/cppuhelper/component_context.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/cppuhelper/component_context.hxx b/include/cppuhelper/component_context.hxx
index 6e479d46e923..95c518326e72 100644
--- a/include/cppuhelper/component_context.hxx
+++ b/include/cppuhelper/component_context.hxx
@@ -47,7 +47,7 @@ struct ContextEntry_Init
/** Default ctor.
*/
- inline ContextEntry_Init() SAL_THROW(())
+ inline ContextEntry_Init()
: bLateInitService( false )
{}
/** Ctor.
@@ -63,7 +63,7 @@ struct ContextEntry_Init
inline ContextEntry_Init(
::rtl::OUString const & name_,
::com::sun::star::uno::Any const & value_,
- bool bLateInitService_ = false ) SAL_THROW(())
+ bool bLateInitService_ = false )
: bLateInitService( bLateInitService_ ),
name( name_ ),
value( value_ )
@@ -81,8 +81,7 @@ CPPUHELPER_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::uno::XC
SAL_CALL createComponentContext(
ContextEntry_Init const * pEntries, sal_Int32 nEntries,
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xDelegate =
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >() )
- SAL_THROW(());
+ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >() );
}