summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/dp_interact.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/misc/dp_interact.cxx')
-rw-r--r--desktop/source/deployment/misc/dp_interact.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_interact.cxx b/desktop/source/deployment/misc/dp_interact.cxx
index cfcc5ba4903e..0eda61153da6 100644
--- a/desktop/source/deployment/misc/dp_interact.cxx
+++ b/desktop/source/deployment/misc/dp_interact.cxx
@@ -43,7 +43,7 @@ class InteractionContinuationImpl : public ::cppu::OWeakObject,
bool * m_pselect;
public:
- inline InteractionContinuationImpl( Type const & type, bool * pselect )
+ InteractionContinuationImpl( Type const & type, bool * pselect )
: m_type( type ),
m_pselect( pselect )
{ OSL_ASSERT(