summaryrefslogtreecommitdiff
path: root/desktop/test/deployment/active
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-14 14:02:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-14 14:02:39 +0200
commit8cdf71a97cd53e9e1035017febf226765cf0697d (patch)
treeb1700eaa892bf522eb6b008fafa11b99a2df820e /desktop/test/deployment/active
parente6ae8ce99566f59b2011f614160f6bdd4d5034cc (diff)
Extensions are not built against LIBO_INTERNAL_ONLY
Change-Id: I5a41b9f92678586da14fbb89f469fb11e06485a5
Diffstat (limited to 'desktop/test/deployment/active')
-rw-r--r--desktop/test/deployment/active/active_native.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/test/deployment/active/active_native.cxx b/desktop/test/deployment/active/active_native.cxx
index db9c4dd10bf8..06da72a3b274 100644
--- a/desktop/test/deployment/active/active_native.cxx
+++ b/desktop/test/deployment/active/active_native.cxx
@@ -59,7 +59,7 @@
namespace {
class Provider:
- public cppu::WeakImplHelper<
+ public cppu::WeakImplHelper2<
css::lang::XServiceInfo, css::frame::XDispatchProvider >,
private boost::noncopyable
{
@@ -150,7 +150,7 @@ Provider::queryDispatches(
}
class Dispatch:
- public cppu::WeakImplHelper<
+ public cppu::WeakImplHelper2<
css::lang::XServiceInfo, css::frame::XDispatch >,
private boost::noncopyable
{