From 5a725d1fde7381ef9c02afcb639235a11e52182c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Mar 2017 15:27:36 +0200 Subject: loplugin:singlevalfields Change-Id: I7f05903aaab9b0b274358243d680d0c30694ae61 Reviewed-on: https://gerrit.libreoffice.org/35804 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/window.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/inc') diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 7c4d116ffa58..6553b18eb40c 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -134,7 +134,6 @@ struct ImplFrameData sal_uInt16 mnFirstMouseCode; //< mouse code by mousebuttondown sal_uInt16 mnMouseCode; //< mouse code MouseEventModifiers mnMouseMode; //< mouse mode - MapUnit meMapUnit; //< last MapUnit for LogicUnitToPixel bool mbHasFocus; //< focus bool mbInMouseMove; //< is MouseMove on stack bool mbMouseIn; //> is Mouse inside the frame -- cgit