summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/conttree.hxx
diff options
context:
space:
mode:
authorJiao Jianhua <jjiao@novell.com>2010-09-13 14:07:35 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-09-13 15:39:24 +0200
commit1f578e21a92b3532ddfd8e0fd007a7ec6b2ee240 (patch)
treefa4fc41b0984dd8fadbac69f0584ac418e27c5f0 /sw/source/ui/inc/conttree.hxx
parentplus-minus-sw-navigator.diff: folding for each heading in Navigator (diff)
downloadcore-1f578e21a92b3532ddfd8e0fd007a7ec6b2ee240.tar.gz
core-1f578e21a92b3532ddfd8e0fd007a7ec6b2ee240.zip
plus-minus-sw-navigator2.diff: Folding for each heading in Navigator
i#64886, n#129410i
Diffstat (limited to 'sw/source/ui/inc/conttree.hxx')
-rw-r--r--sw/source/ui/inc/conttree.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/ui/inc/conttree.hxx b/sw/source/ui/inc/conttree.hxx
index d3a84b0bdb78..cbf58eb35e22 100644
--- a/sw/source/ui/inc/conttree.hxx
+++ b/sw/source/ui/inc/conttree.hxx
@@ -30,6 +30,9 @@
#include <svtools/svtreebx.hxx>
#include "swcont.hxx"
+#include<map>
+//using namespace std;
+
class SwWrtShell;
class SwContentType;
class SwNavigationPI;
@@ -74,6 +77,8 @@ class SwContentTree : public SvTreeListBox
SwWrtShell* pActiveShell; // die aktive oder eine konst. offene View
SwNavigationConfig* pConfig;
+ std::map< void*, sal_Bool > mOutLineNodeMap;
+
sal_Int32 nActiveBlock;
USHORT nHiddenBlock;
USHORT nRootType;