diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-20 14:26:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 11:13:52 +0200 |
commit | 95c348afa8f4f17c058c449ded75025175af0e4a (patch) | |
tree | 88f21ab151fbbf5c79e9adf4bae8dfb920c9e85a /svx/inc | |
parent | 2149d4a88e9dc88c30e7475f8ea317e5c7b78529 (diff) |
loplugin:unusedfields in svx part2
Change-Id: Ie9fd55b71a152f428a397d9917918f0e9de39aaf
Reviewed-on: https://gerrit.libreoffice.org/39014
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svdibrow.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx index bcfe6a1dcc7b..682333ad4401 100644 --- a/svx/inc/svdibrow.hxx +++ b/svx/inc/svdibrow.hxx @@ -41,13 +41,9 @@ friend class ImpItemEdit; ImpItemListRow* pAktChangeEntry; long nLastWhichOfs; sal_uInt16 nLastWhich; - sal_uInt16 nLastWhichOben; - sal_uInt16 nLastWhichUnten; bool bWhichesButNames; bool bDontHideIneffectiveItems; bool bDontSortItems; - bool bShowWhichIds; - bool bShowRealValues; private: void ImpCtor(); |