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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/component_context.hxx b/include/cppuhelper/component_context.hxx
index e6de21c710c1..a8dca83861d5 100644
--- a/include/cppuhelper/component_context.hxx
+++ b/include/cppuhelper/component_context.hxx
@@ -50,7 +50,7 @@ struct SAL_WARN_UNUSED ContextEntry_Init
/** Default ctor.
*/
- inline ContextEntry_Init()
+ ContextEntry_Init()
: bLateInitService( false )
{}
/** Ctor.
@@ -63,7 +63,7 @@ struct SAL_WARN_UNUSED ContextEntry_Init
whether this entry is a late-init named object entry
(value is object factory or service string)
*/
- inline ContextEntry_Init(
+ ContextEntry_Init(
::rtl::OUString const & name_,
css::uno::Any const & value_,
bool bLateInitService_ = false )