summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
authorHenning Brinkmann <hbrinkm@openoffice.org>2004-03-11 13:04:03 +0000
committerHenning Brinkmann <hbrinkm@openoffice.org>2004-03-11 13:04:03 +0000
commitac08dff774cb87c19f53ff39c8aeceba4133899a (patch)
tree8cda96559019fe833b2bcf6483c628cc60ef2abc /sw/inc/ndtxt.hxx
parent3f94c01d052d773b4f1f3e5e233a4fd91c47cad0 (diff)
#i26344#
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r--sw/inc/ndtxt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index 6de2532647fe..6bb07b83f5a4 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndtxt.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2004-03-08 12:23:00 $
+ * last change: $Author: hbrinkm $ $Date: 2004-03-11 14:04:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -297,7 +297,7 @@ public:
// Numerierung
const SwNodeNum* UpdateNum( const SwNodeNum& );
- const SwNumRule *GetNumRule() const;
+ SwNumRule *GetNumRule() const;
// #111955#
const SwNodeNum* GetNum(BOOL bOutline = FALSE) const
{ return bOutline ? pNdOutl : pNdNum; }