summaryrefslogtreecommitdiff
path: root/toolkit/inc/controls/controlmodelcontainerbase.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-09-11 09:02:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-09-11 16:14:47 +0200
commit4f86862b8adc25b2979b2afa2811bd9390a6ca8c (patch)
tree007948bc356f819cb65dc405407898301fdd93b4 /toolkit/inc/controls/controlmodelcontainerbase.hxx
parentd0d45b3736aa236a61e3aecb0824d2c943b2b0dd (diff)
use more concrete UNO type in toolkit
Change-Id: I3527b51948e6b23cc9448a2c98dbe2765cef48b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173158 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'toolkit/inc/controls/controlmodelcontainerbase.hxx')
-rw-r--r--toolkit/inc/controls/controlmodelcontainerbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/controls/controlmodelcontainerbase.hxx b/toolkit/inc/controls/controlmodelcontainerbase.hxx
index 31dcc3707525..57c923e90ee9 100644
--- a/toolkit/inc/controls/controlmodelcontainerbase.hxx
+++ b/toolkit/inc/controls/controlmodelcontainerbase.hxx
@@ -223,7 +223,7 @@ protected:
bool mbSizeModified;
bool mbPosModified;
rtl::Reference< StdTabController > mxTabController;
- css::uno::Reference< css::util::XModifyListener > mxListener;
+ rtl::Reference< ResourceListener > mxListener;
void ImplInsertControl( css::uno::Reference< css::awt::XControlModel > const & rxModel, const OUString& rName );
void ImplRemoveControl( css::uno::Reference< css::awt::XControlModel > const & rxModel );