diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-01-29 07:19:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-01-29 07:19:25 +0000 |
commit | a31951046bc4cfd5131e38c3698752d36c0d2f49 (patch) | |
tree | 9d63c7db242a8c3ddeb1086a9b9d28bf64c09e85 /sw/inc/SwNumberTree.hxx | |
parent | f3fc5c5b53c0d3d21fd059a7183bea08dbe0cdfc (diff) |
INTEGRATION: CWS tagged01 (1.5.300); FILE MERGED
2007/11/28 09:56:12 fme 1.5.300.1: #i84014# Lists in tagged pdf: Reopen list tag
Diffstat (limited to 'sw/inc/SwNumberTree.hxx')
-rw-r--r-- | sw/inc/SwNumberTree.hxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx index 51107cd559ac..3287fc909d19 100644 --- a/sw/inc/SwNumberTree.hxx +++ b/sw/inc/SwNumberTree.hxx @@ -4,9 +4,9 @@ * * $RCSfile: SwNumberTree.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2007-04-25 08:50:45 $ + * last change: $Author: vg $ $Date: 2008-01-29 08:19:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -407,6 +407,13 @@ public: SwNumberTreeNode * GetParent() const { return mpParent; } /** + Returns the first child of this node. + + @return the child + */ + SwNumberTreeNode * GetFirstChild() const; + + /** Returns the root node of the tree this node is part of. @return the root |