From 7ffb71e759e5d29a505188d1cbf506dd57383a4a Mon Sep 17 00:00:00 2001 From: Noel Date: Sun, 21 Feb 2021 13:33:00 +0200 Subject: loplugin:refcounting in forms Change-Id: I19d67e54f77e354eaddaaa7de1f3e22c2b7cdbf6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111280 Tested-by: Jenkins Reviewed-by: Noel Grandin --- forms/source/richtext/richtextmodel.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'forms/source/richtext/richtextmodel.hxx') diff --git a/forms/source/richtext/richtextmodel.hxx b/forms/source/richtext/richtextmodel.hxx index 493fbda75807..ef3aff536fb9 100644 --- a/forms/source/richtext/richtextmodel.hxx +++ b/forms/source/richtext/richtextmodel.hxx @@ -101,8 +101,6 @@ namespace frm public: static RichTextEngine* getEditEngine( const css::uno::Reference< css::awt::XControlModel >& _rxModel ); - private: - // UNO DECLARE_UNO3_AGG_DEFAULTS( ORichTextModel, OControlModel ) virtual css::uno::Any SAL_CALL queryAggregation( const css::uno::Type& _rType ) override; -- cgit