From 43cd14d317dd463a9e7c15fd6bcd6b289f96491f Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 16 Nov 2012 16:14:53 -0500 Subject: Fix the Windows build breakage by reorganizing svtools headers. Also removed a fair amount of implicit inline methods to promote use of more forward declaration. Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627 --- svtools/source/inc/svimpbox.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svtools/source/inc/svimpbox.hxx') 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(); -- cgit