diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-11-21 12:58:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-11-21 19:35:40 +0100 |
commit | 4beea25b0797fe9c9acf05e9e4ef926d0726582a (patch) | |
tree | a65938375159ddeacb64f362d0a2d6b2dac4dad2 /reportdesign/inc/pch | |
parent | fd0f6a4e83cb4a99839c73d7f545b4b80ef4657a (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'reportdesign/inc/pch')
-rw-r--r-- | reportdesign/inc/pch/precompiled_rpt.hxx | 1 | ||||
-rw-r--r-- | reportdesign/inc/pch/precompiled_rptui.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/reportdesign/inc/pch/precompiled_rpt.hxx b/reportdesign/inc/pch/precompiled_rpt.hxx index 52d9e2c3f225..d58b548163ae 100644 --- a/reportdesign/inc/pch/precompiled_rpt.hxx +++ b/reportdesign/inc/pch/precompiled_rpt.hxx @@ -201,7 +201,6 @@ #include <comphelper/interfacecontainer4.hxx> #include <comphelper/sequence.hxx> #include <comphelper/uno3.hxx> -#include <comphelper/weak.hxx> #include <cppu/cppudllapi.h> #include <cppu/unotype.hxx> #include <cppuhelper/basemutex.hxx> diff --git a/reportdesign/inc/pch/precompiled_rptui.hxx b/reportdesign/inc/pch/precompiled_rptui.hxx index ac4d60fb4cec..561a56432e90 100644 --- a/reportdesign/inc/pch/precompiled_rptui.hxx +++ b/reportdesign/inc/pch/precompiled_rptui.hxx @@ -276,7 +276,6 @@ #include <comphelper/propertyvalue.hxx> #include <comphelper/sequence.hxx> #include <comphelper/types.hxx> -#include <comphelper/weak.hxx> #include <connectivity/dbtools.hxx> #include <cppu/cppudllapi.h> #include <cppu/unotype.hxx> |