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 /include/svx/sidebar | |
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 'include/svx/sidebar')
-rw-r--r-- | include/svx/sidebar/AreaPropertyPanelBase.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx index 5582973ce999..e2d332461d03 100644 --- a/include/svx/sidebar/AreaPropertyPanelBase.hxx +++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx @@ -109,7 +109,6 @@ public: protected: sal_uInt16 meLastXFS; - sal_Int32 mnLastPosGradient; sal_Int32 mnLastPosHatch; sal_Int32 mnLastPosBitmap; sal_Int32 mnLastPosPattern; |