From 04cd6749177f886f382e8bcd026f95112ee22473 Mon Sep 17 00:00:00 2001 From: "Armin Le Grand (Allotropia)" Date: Thu, 17 Jun 2021 10:17:25 +0200 Subject: tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWN Rename ::StateChanged methods using SfxItemState to allow better analysis of SfxItemState/SfxPoolItem usage(s), discussion see tdf#130428 comment 30 Change-Id: I736be0160ad7a9b7882c1c8a4cc05d9396ee3305 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117366 Tested-by: Jenkins Reviewed-by: Armin Le Grand --- include/sfx2/sfxstatuslistener.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2/sfxstatuslistener.hxx') diff --git a/include/sfx2/sfxstatuslistener.hxx b/include/sfx2/sfxstatuslistener.hxx index 1361f2f165a6..a9c30d46ca53 100644 --- a/include/sfx2/sfxstatuslistener.hxx +++ b/include/sfx2/sfxstatuslistener.hxx @@ -47,7 +47,7 @@ class UNLESS_MERGELIBS(SFX2_DLLPUBLIC) SfxStatusListener : public cppu::WeakImpl void UnBind(); void ReBind(); - virtual void StateChanged( SfxItemState eState, const SfxPoolItem* pState ); + virtual void StateChangedAtStatusListener( SfxItemState eState, const SfxPoolItem* pState ); // XComponent virtual void SAL_CALL dispose() override; -- cgit