summaryrefslogtreecommitdiff
path: root/sw/inc/hints.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-08 11:22:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-08 11:22:46 +0000
commit050abe650201cb886e540bbf12c23ea846a4c44d (patch)
tree001f95d46e4a12f3178f8ef00664315fa5a9ffed /sw/inc/hints.hxx
parent2ecf0d3dfd98149a7dfb573787a5f81971800ed6 (diff)
INTEGRATION: CWS swnum01 (1.2.274); FILE MERGED
2003/09/05 09:05:31 hbrinkm 1.2.274.1: #111955#
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r--sw/inc/hints.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index 94cde7fe1632..94f66b3c3aa1 100644
--- a/sw/inc/hints.hxx
+++ b/sw/inc/hints.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hints.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mib $ $Date: 2002-07-24 13:07:44 $
+ * last change: $Author: hr $ $Date: 2004-03-08 12:22:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -299,7 +299,8 @@ public:
// erzeuge die Liste aller Nodes der NumRule in dem angegebenem Doc
// Der Code steht im docnum.cxx
- void MakeList( SwDoc& rDoc );
+ // #111955#
+ void MakeList( SwDoc& rDoc, BOOL bOutline = FALSE );
SwTxtNodeTable& GetList() const { return (SwTxtNodeTable&)aList; }
};