Kaydet (Commit) 79ed69ed authored tarafından Stephan Bergmann's avatar Stephan Bergmann

ure/source/uretest is !LIBO_INTERNAL_ONLY

...so revert the relevant parts of d1a9c73e
"tdf#88206 replace cppu::WeakImplHelper* misc"

Change-Id: I0ee5bf227fc541672dfb73e57657640cbccbf7f3
üst 109cff60
......@@ -55,7 +55,7 @@
#include "com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.hpp"
#include "com/sun/star/util/theMacroExpander.hpp"
#include "cppuhelper/factory.hxx"
#include "cppuhelper/implbase.hxx"
#include "cppuhelper/implbase1.hxx"
#include "cppuhelper/implementationentry.hxx"
#include "cppuhelper/interfacecontainer.hxx"
#include "cppuhelper/unourl.hxx"
......@@ -77,7 +77,7 @@
namespace {
class Service: public cppu::WeakImplHelper< css::lang::XMain > {
class Service: public ::cppu::WeakImplHelper1< css::lang::XMain > {
public:
explicit Service(
css::uno::Reference< css::uno::XComponentContext > const & context):
......
......@@ -27,7 +27,7 @@
#include "com/sun/star/uno/XComponentContext.hpp"
#include "com/sun/star/uno/XInterface.hpp"
#include "cppuhelper/factory.hxx"
#include "cppuhelper/implbase.hxx"
#include "cppuhelper/implbase1.hxx"
#include "cppuhelper/implementationentry.hxx"
#include "cppuhelper/weak.hxx"
#include "rtl/ustring.h"
......@@ -40,7 +40,7 @@
namespace {
class Service: public cppu::WeakImplHelper< ::test::types::XServer > {
class Service: public ::cppu::WeakImplHelper1< ::test::types::XServer > {
public:
Service() {}
......
......@@ -25,7 +25,7 @@
#include "com/sun/star/uno/XComponentContext.hpp"
#include "com/sun/star/uno/XInterface.hpp"
#include "cppuhelper/factory.hxx"
#include "cppuhelper/implbase.hxx"
#include "cppuhelper/implbase1.hxx"
#include "cppuhelper/implementationentry.hxx"
#include "cppuhelper/weak.hxx"
#include "rtl/ustring.h"
......@@ -38,7 +38,7 @@
namespace {
class Service: public cppu::WeakImplHelper< test::types::XTest > {
class Service: public cppu::WeakImplHelper1< test::types::XTest > {
public:
Service() {}
......
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