From 050abe650201cb886e540bbf12c23ea846a4c44d Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 8 Mar 2004 11:22:46 +0000
Subject: INTEGRATION: CWS swnum01 (1.2.274); FILE MERGED 2003/09/05 09:05:31
hbrinkm 1.2.274.1: #111955#
---
sw/inc/hints.hxx | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'sw/inc/hints.hxx')
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; }
};
--
cgit