summaryrefslogtreecommitdiff
path: root/vcl/inc/svimpbox.hxx
diff options
context:
space:
mode:
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);