diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-23 13:54:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-24 08:05:01 +0200 |
commit | c65b2347648fc2c0752b981896cc6c2c7b7020f9 (patch) | |
tree | 689d6be90d3b4c9c904893e78b974ca66e612a5a /sw/source/uibase/inc/navipi.hxx | |
parent | c43ee8d54ad44e01d0bba404e719d2b03a73959e (diff) |
loplugin:unusedfields in sw/
Change-Id: I975f35031b1833be376881d534dc6f91fae6072f
Diffstat (limited to 'sw/source/uibase/inc/navipi.hxx')
-rw-r--r-- | sw/source/uibase/inc/navipi.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx index 5d74116ab635..761f495f7e70 100644 --- a/sw/source/uibase/inc/navipi.hxx +++ b/sw/source/uibase/inc/navipi.hxx @@ -90,7 +90,6 @@ class SwNavigationPI : public vcl::Window, short m_nZoomOutInit; short m_nZoomOut; - bool m_bSmallMode : 1; bool m_bIsZoomedIn : 1; bool m_bPageCtrlsVisible : 1; bool m_bGlobalMode : 1; |