summaryrefslogtreecommitdiff
path: root/vcl/inc/svimpbox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-16 13:49:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-16 20:19:54 +0100
commit5b374877b573cf716123a0d0c04a84ccc91e8c86 (patch)
tree0f82a632f8687cf99cbf384593c5e2a1b8a484b2 /vcl/inc/svimpbox.hxx
parent9fdf8c0a5cc036ea9bd1e11dd8f2c1a6e601fae2 (diff)
loplugin:singlevalfields
Change-Id: I31fd6b251dee9d1ee1a9ac59964034d0136e1f3e Reviewed-on: https://gerrit.libreoffice.org/82978 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/svimpbox.hxx')
-rw-r--r--vcl/inc/svimpbox.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/svimpbox.hxx b/vcl/inc/svimpbox.hxx
index 0ba5517671cf..081f7351b218 100644
--- a/vcl/inc/svimpbox.hxx
+++ b/vcl/inc/svimpbox.hxx
@@ -140,7 +140,6 @@ private:
bool m_bSubLstOpDblClick : 1; // open/close sublist with mouse double click, defaulted with true
bool m_bContextMenuHandling : 1;
bool m_bIsCellFocusEnabled : 1;
- bool m_bAreChildrenTransient;
bool mbForceMakeVisible;
Point m_aEditClickPos;
@@ -201,8 +200,6 @@ private:
void CalcCellFocusRect( SvTreeListEntry const * pEntry, tools::Rectangle& rRect );
- bool AreChildrenTransient() const { return m_bAreChildrenTransient; }
-
void ExpandAll();
void CollapseTo(SvTreeListEntry* pParentToCollapse);