diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 16:15:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-04 12:52:35 +0200 |
commit | 9f4421039a40f385489cb2f3ad8a1b02fb32251c (patch) | |
tree | 4a5c4b5bb46484e1a9963f4ea7db9cdc23f5d0a4 /sc/inc/dpoutput.hxx | |
parent | 998532d8542b87b4069416ca48d1fc90e8d8ed70 (diff) |
loplugin:unusedfields in sc part3
Change-Id: I7323e8644e5d336d52fa21b063264b0847b5e780
Reviewed-on: https://gerrit.libreoffice.org/39064
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/dpoutput.hxx')
-rw-r--r-- | sc/inc/dpoutput.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/dpoutput.hxx b/sc/inc/dpoutput.hxx index 3e99e0e40d93..cf9e25dab7e6 100644 --- a/sc/inc/dpoutput.hxx +++ b/sc/inc/dpoutput.hxx @@ -76,7 +76,6 @@ private: SCROW nTabEndRow; bool bDoFilter:1; bool bResultsError:1; - bool mbHasDataLayout:1; bool bSizesValid:1; bool bSizeOverflow:1; bool mbHeaderLayout:1; // true : grid, false : standard |