Kaydet (Commit) 8cdf71a9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Extensions are not built against LIBO_INTERNAL_ONLY

Change-Id: I5a41b9f92678586da14fbb89f469fb11e06485a5
üst e6ae8ce9
......@@ -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
{
......
......@@ -45,7 +45,7 @@
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/util/URL.hpp>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
......@@ -56,7 +56,7 @@
namespace {
class Provider:
public cppu::WeakImplHelper<
public cppu::WeakImplHelper2<
css::lang::XServiceInfo, css::frame::XDispatchProvider >,
private boost::noncopyable
{
......@@ -147,7 +147,7 @@ Provider::queryDispatches(
}
class Dispatch:
public cppu::WeakImplHelper<
public cppu::WeakImplHelper2<
css::lang::XServiceInfo, css::frame::XDispatch >,
private boost::noncopyable
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment