summaryrefslogtreecommitdiff
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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uno/current_context.hxx b/include/uno/current_context.hxx
index d4d5608f83af..8031f9bcbfee 100644
--- a/include/uno/current_context.hxx
+++ b/include/uno/current_context.hxx
@@ -92,7 +92,7 @@ public:
@return the previously set context
*/
- inline Reference< XCurrentContext > SAL_CALL getPreviousContext() const
+ Reference< XCurrentContext > SAL_CALL getPreviousContext() const
{ return m_xPreviousContext; }
};