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 --- sw/inc/pch/precompiled_msword.hxx | 1 - sw/inc/pch/precompiled_sw.hxx | 1 - sw/inc/pch/precompiled_vbaswobj.hxx | 1 - 3 files changed, 3 deletions(-) (limited to 'sw') diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index 1fd81643c451..e1e4b0a4f0ac 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.hxx @@ -311,7 +311,6 @@ #include #include #include -#include #include #include #include diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index 0c50e04bb69a..7ef065db0814 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -226,7 +226,6 @@ #include #include #include -#include #include #include #include diff --git a/sw/inc/pch/precompiled_vbaswobj.hxx b/sw/inc/pch/precompiled_vbaswobj.hxx index 3769612d9e2d..0f6c09d6150c 100644 --- a/sw/inc/pch/precompiled_vbaswobj.hxx +++ b/sw/inc/pch/precompiled_vbaswobj.hxx @@ -269,7 +269,6 @@ #include #include #include -#include #include #include #include -- cgit