diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-12 13:57:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-12 19:04:42 +0200 |
commit | ee49e597b23c093d25576936d34a8468cb618192 (patch) | |
tree | 9670a5a6ae93ccf7a7c0cfd378bf2289526155e6 /framework/source/uielement | |
parent | 738ef11520a9e0e2b7793dc7117d6540fd66db47 (diff) |
loplugin:unusedfields
Change-Id: I5e9bb4417cf6f8e3c1de1c8570e0635fdf6364bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123453
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/uielement')
-rw-r--r-- | framework/source/uielement/fontsizemenucontroller.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/uielement/fontsizemenucontroller.cxx b/framework/source/uielement/fontsizemenucontroller.cxx index 890bd93e521a..867570a12256 100644 --- a/framework/source/uielement/fontsizemenucontroller.cxx +++ b/framework/source/uielement/fontsizemenucontroller.cxx @@ -263,11 +263,9 @@ void SAL_CALL FontSizeMenuController::statusChanged( const FeatureStateEvent& Ev if ( Event.State >>= aFontDescriptor ) { osl::MutexGuard aLock( m_aMutex ); - m_aFontDescriptor = aFontDescriptor; if ( m_xPopupMenu.is() ) fillPopupMenu( m_xPopupMenu ); - } else if ( Event.State >>= aFontHeight ) { |