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 /solenv | |
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 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index b50d8bf4f4f0..bbd9e3f72a6a 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -1419,7 +1419,6 @@ comphelper/source/misc/string.cxx comphelper/source/misc/synchronousdispatch.cxx comphelper/source/misc/syntaxhighlight.cxx comphelper/source/misc/threadpool.cxx -comphelper/source/misc/weak.cxx comphelper/source/misc/weakeventlistener.cxx comphelper/source/misc/xmlsechelper.cxx comphelper/source/officeinstdir/officeinstallationdirectories.cxx @@ -4946,7 +4945,6 @@ include/comphelper/types.hxx include/comphelper/unique_disposing_ptr.hxx include/comphelper/uno3.hxx include/comphelper/unwrapargs.hxx -include/comphelper/weak.hxx include/comphelper/weakbag.hxx include/comphelper/weakeventlistener.hxx include/comphelper/windowsStart.hxx |