summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-06-08 12:39:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-06-08 15:01:13 +0200
commit516bdf7989dc2e2650490893e1ead054d40eaf37 (patch)
tree8eb2dab616ea6e73696ca6d8a32dca0bb2881621 /include
parentfe977ec07087b103de8c809597fdaea8dd629837 (diff)
loplugin:singlevalfields
Change-Id: I7c00b7d932bf96a0725eac5482580461baea6977 Reviewed-on: https://gerrit.libreoffice.org/73697 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/templatelocalview.hxx3
-rw-r--r--include/sfx2/thumbnailview.hxx1
-rw-r--r--include/vcl/treelistbox.hxx10
3 files changed, 0 insertions, 14 deletions
diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx
index 001929c4d848..def518dca0e0 100644
--- a/include/sfx2/templatelocalview.hxx
+++ b/include/sfx2/templatelocalview.hxx
@@ -241,9 +241,6 @@ protected:
TemplateViewItem *maSelectedItem;
- long mnThumbnailWidth;
- long mnThumbnailHeight;
-
Point maPosition; //store the point of click event
Link<void*,void> maOpenRegionHdl;
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index a1400841dafc..dd9c860afbcc 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -303,7 +303,6 @@ protected:
bool mbScroll : 1;
bool mbHasVisibleItems : 1;
bool mbShowTooltips : 1;
- bool mbIsMultiSelectionEnabled: 1;
Color maFillColor; ///< Background color of the thumbnail view widget.
Color maTextColor; ///< Text color.
Color maHighlightColor; ///< Color of the highlight (background) of the hovered item.
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx
index 4cfd06a37937..4265b71deae9 100644
--- a/include/vcl/treelistbox.hxx
+++ b/include/vcl/treelistbox.hxx
@@ -105,12 +105,6 @@ namespace o3tl
template<> struct typed_flags<SvTreeFlags> : is_typed_flags<SvTreeFlags, 0x1f> {};
}
-enum class SvTreeAccRoleType
-{
- NONE = 0x00,
- TREE = 0x02
-};
-
enum class SvLBoxItemType {String, Button, ContextBmp};
class VCL_DLLPUBLIC SvLBoxTab
@@ -222,7 +216,6 @@ class VCL_DLLPUBLIC SvTreeListBox
short nEntryHeightOffs;
short nIndent;
short nFocusWidth;
- SvTreeAccRoleType nAllItemAccRoleType;
sal_uInt16 nFirstSelTab;
sal_uInt16 nLastSelTab;
long mnCheckboxItemWidth;
@@ -501,9 +494,6 @@ public:
/** Enables, that one cell of a tablistbox entry can be focused */
void EnableCellFocus();
- // For overwriting accessible role for all entries - normally 0, so each entry can be different
- SvTreeAccRoleType GetAllEntriesAccessibleRoleType() const { return nAllItemAccRoleType; }
-
SvTreeFlags GetTreeFlags() const {return nTreeFlags;}
static OUString SearchEntryTextWithHeadTitle(SvTreeListEntry* pEntry);