diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-20 15:06:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-21 08:38:06 +0200 |
commit | 7b59273c6c2bd10b9aea52753dc6b21052a9b2ed (patch) | |
tree | a8baf61493eba8cc63982861a3b8b2cfc68890a8 /svx/source/inc/frmselimpl.hxx | |
parent | 65c69af584152a5f8f3d2f9752d9f051660b7755 (diff) |
loplugin:unusedfields in svx
Change-Id: I7fc5bf55b01d464815771220914f21d8e85b5a36
Reviewed-on: https://gerrit.libreoffice.org/40253
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/inc/frmselimpl.hxx')
-rw-r--r-- | svx/source/inc/frmselimpl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/inc/frmselimpl.hxx b/svx/source/inc/frmselimpl.hxx index 736a81dd2644..7e2e73b8238a 100644 --- a/svx/source/inc/frmselimpl.hxx +++ b/svx/source/inc/frmselimpl.hxx @@ -135,7 +135,6 @@ struct FrameSelectorImpl bool mbBLTR; /// true = Bottom-left to top-right frame border enabled. bool mbFullRepaint; /// Used for repainting (false = only copy virtual device). bool mbAutoSelect; /// true = Auto select a frame border, if focus reaches control. - bool mbClicked; /// true = The control has been clicked at least one time. bool mbHCMode; /// true = High contrast mode. rtl::Reference<a11y::AccFrameSelector> mxAccess; /// Pointer to accessibility object of the control. |