summaryrefslogtreecommitdiffstats
path: root/include/uno/current_context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/uno/current_context.hxx')
-rw-r--r--include/uno/current_context.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uno/current_context.hxx b/include/uno/current_context.hxx
index e75f41fb3fe6..6efc506ebd4a 100644
--- a/include/uno/current_context.hxx
+++ b/include/uno/current_context.hxx
@@ -95,7 +95,7 @@ public:
SAL_THROW(())
{ return m_xPreviousContext; }
};
-//__________________________________________________________________________________________________
+
inline ContextLayer::ContextLayer( Reference< XCurrentContext > const & xNewContext )
SAL_THROW(())
: m_aEnvTypeName( CPPU_CURRENT_LANGUAGE_BINDING_NAME )
@@ -103,7 +103,7 @@ inline ContextLayer::ContextLayer( Reference< XCurrentContext > const & xNewCont
::uno_getCurrentContext( (void **)&m_xPreviousContext, m_aEnvTypeName.pData, 0 );
::uno_setCurrentContext( xNewContext.get(), m_aEnvTypeName.pData, 0 );
}
-//__________________________________________________________________________________________________
+
inline ContextLayer::~ContextLayer()
SAL_THROW(())
{