summaryrefslogtreecommitdiff
path: root/sw/inc/SwNodeNum.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-11-17 15:20:43 +0000
committerOliver Bolte <obo@openoffice.org>2005-11-17 15:20:43 +0000
commit619aa152c88a69afdf6393593cec08a6d275d165 (patch)
tree2750437238617098774fcea6282b6b87ab379a10 /sw/inc/SwNodeNum.hxx
parente69d43c9b1e2ea9553fb192b2a93682f5057e44a (diff)
INTEGRATION: CWS swqbf44 (1.2.6); FILE MERGED
2005/11/16 09:46:33 od 1.2.6.1: #i57919# class <SwNodeNum> - introduce new method <GetStartValue()>, needed by HTML export
Diffstat (limited to 'sw/inc/SwNodeNum.hxx')
-rw-r--r--sw/inc/SwNodeNum.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sw/inc/SwNodeNum.hxx b/sw/inc/SwNodeNum.hxx
index 4937fe50a9cb..a1f75d2a6ef9 100644
--- a/sw/inc/SwNodeNum.hxx
+++ b/sw/inc/SwNodeNum.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SwNodeNum.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-11-08 17:11:05 $
+ * last change: $Author: obo $ $Date: 2005-11-17 16:20:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -99,6 +99,13 @@ public:
friend class SwTxtNode;
friend class SwNumRule;
+
+ // --> OD 2005-11-16 #i57919# - direct access on <mnStart>, needed for HTML export
+ inline const tSwNumTreeNumber GetStartValue() const
+ {
+ return mnStart;
+ }
+ // <--
};
#endif // _SW_NODE_NUM_HXX