From 4beea25b0797fe9c9acf05e9e4ef926d0726582a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 21 Nov 2022 12:58:55 +0100 Subject: Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> instead Change-Id: Ie4152d7736ae3f2ffdd3489cd7a444e5035d2422 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143030 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- svl/source/items/style.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svl/source') diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index dfa2ada7e88c..4f4ae926f461 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -118,7 +118,7 @@ SfxStyleSheetBase::SfxStyleSheetBase( const OUString& rName, SfxStyleSheetBasePo } SfxStyleSheetBase::SfxStyleSheetBase( const SfxStyleSheetBase& r ) - : comphelper::OWeakTypeObject(r) + : WeakImplHelper() , m_pPool( r.m_pPool ) , nFamily( r.nFamily ) , aName( r.aName ) @@ -564,7 +564,7 @@ SfxStyleSheetBasePool::SfxStyleSheetBasePool( SfxItemPool& r ) : SfxStyleSheetBasePool::SfxStyleSheetBasePool( const SfxStyleSheetBasePool& r ) : SfxBroadcaster( r ), - comphelper::OWeakTypeObject(r), + WeakImplHelper(), pImpl(new SfxStyleSheetBasePool_Impl), rPool(r.rPool) { -- cgit v1.2.3