summaryrefslogtreecommitdiff
path: root/svtools/source/inc/svimpbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/inc/svimpbox.hxx')
-rw-r--r--svtools/source/inc/svimpbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/inc/svimpbox.hxx b/svtools/source/inc/svimpbox.hxx
index b33bdc214592..eb3adc5221da 100644
--- a/svtools/source/inc/svimpbox.hxx
+++ b/svtools/source/inc/svimpbox.hxx
@@ -232,10 +232,10 @@ private:
void NotifyTabsChanged();
// if element at cursor can be expanded in general
- bool IsExpandable() const { return pCursor->HasChildren() || pCursor->HasChildrenOnDemand(); }
+ bool IsExpandable() const;
// if element at cursor can be expanded at this moment
- bool IsNowExpandable() const { return IsExpandable() && !pView->IsExpanded( pCursor ); }
+ bool IsNowExpandable() const;
static void implInitDefaultNodeImages();