summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-03-24 07:50:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-03-24 09:27:56 +0100
commitd501a1c00cc6c7a98269465324620c44dd50f3e4 (patch)
tree7998dc63cafbe7db1f010facff51062d00235985 /shell
parent6ed4be1257ef76db4d0ac858a27ea6bd12bd3de1 (diff)
loplugin:trivialconstructor
Change-Id: I44c7a934c2d2fec16bb5d8e90c9186030934a021 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132016 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/spsupp/COMRefCounted.hpp1
1 files changed, 0 insertions, 1 deletions
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