diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-07-27 20:43:53 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-27 21:22:07 +0200 |
commit | 18110ca3bdc9542e28480d5719f33c429b325402 (patch) | |
tree | d9be341c292d172bf67ea2d948c96c7cbe4ca130 /include | |
parent | 774085dbe5c332f2be757f5f6a0324280dd72651 (diff) |
comphelper, desktop: fix MSVC mergedlib link failure
Duplicate symbols are easily avoided by removing duplicate code.
Change-Id: I9b598a44156d6ff71b0691e69ab8163b15e2e26f
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/interaction.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/comphelper/interaction.hxx b/include/comphelper/interaction.hxx index c8452139a59d..7135d991e39b 100644 --- a/include/comphelper/interaction.hxx +++ b/include/comphelper/interaction.hxx @@ -140,6 +140,8 @@ namespace comphelper public: OInteractionRequest(const ::com::sun::star::uno::Any& _rRequestDescription); + OInteractionRequest(const ::com::sun::star::uno::Any& rRequestDescription, + css::uno::Sequence<css::uno::Reference<css::task::XInteractionContinuation>> const& rContinuations); /// add a new continuation void addContinuation(const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionContinuation >& _rxContinuation); |