summaryrefslogtreecommitdiff
path: root/framework/source/fwe/dispatch
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/dispatch')
-rw-r--r--framework/source/fwe/dispatch/interaction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwe/dispatch/interaction.cxx b/framework/source/fwe/dispatch/interaction.cxx
index 76ab044bece2..8bb4634ae285 100644
--- a/framework/source/fwe/dispatch/interaction.cxx
+++ b/framework/source/fwe/dispatch/interaction.cxx
@@ -95,7 +95,7 @@ public:
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionContinuation > > SAL_CALL getContinuations() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
private:
- ::com::sun::star::uno::Any m_aRequest ;
+ ::com::sun::star::uno::Any m_aRequest;
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionContinuation > > m_lContinuations;
comphelper::OInteractionAbort* m_pAbort;
ContinuationFilterSelect* m_pFilter;