diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-13 11:20:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-13 12:18:55 +0100 |
commit | 8709c643136eed67bc8f04ab9465b4a76085747c (patch) | |
tree | 4bf85cd5cd7ece5041ba65bf184961a51f10ce40 /include/sfx2/thumbnailview.hxx | |
parent | ba4390968a6df9a3598d9d5b70b84dfc634ee31b (diff) |
loplugin:singlevalfields in sfx2
Change-Id: I91c092783facc22b6e580631252e7b2dbd80d511
Reviewed-on: https://gerrit.libreoffice.org/63323
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/thumbnailview.hxx')
-rw-r--r-- | include/sfx2/thumbnailview.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx index 2ea319b36c3d..238004cdc67b 100644 --- a/include/sfx2/thumbnailview.hxx +++ b/include/sfx2/thumbnailview.hxx @@ -300,12 +300,9 @@ protected: long mnVisLines; long mnLines; - int mnFineness; - sal_uInt16 mnCols; sal_uInt16 mnFirstLine; bool mbScroll : 1; - bool mbIsTransientChildrenDisabled : 1; bool mbHasVisibleItems : 1; bool mbShowTooltips : 1; bool mbIsMultiSelectionEnabled: 1; |