shell/inc/spsupp/COMRefCounted.hpp | 1 - 1 file changed, 1 deletion(-)
New commits: commit d501a1c00cc6c7a98269465324620c44dd50f3e4 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Thu Mar 24 07:50:54 2022 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Thu Mar 24 09:27:56 2022 +0100 loplugin:trivialconstructor Change-Id: I44c7a934c2d2fec16bb5d8e90c9186030934a021 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132016 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/shell/inc/spsupp/COMRefCounted.hpp b/shell/inc/spsupp/COMRefCounted.hpp index 4a3ce80bfb5a..f8027321a6c8 100644 --- a/shell/inc/spsupp/COMRefCounted.hpp +++ b/shell/inc/spsupp/COMRefCounted.hpp @@ -17,7 +17,6 @@ template <class... Interfaces> class COMRefCounted : public Interfaces... { public: - COMRefCounted() {} virtual ~COMRefCounted() {} // IUnknown methods