diff options
author | Andreas Martens <ama@openoffice.org> | 2001-09-05 08:40:27 +0000 |
---|---|---|
committer | Andreas Martens <ama@openoffice.org> | 2001-09-05 08:40:27 +0000 |
commit | c808019be720227cca8d22e7b63b68ff404f0195 (patch) | |
tree | 89ede38943b207691a2c1a6896bc13c9e77e239a /sw/inc/ndhints.hxx | |
parent | e8fff828ef3a116e8ee7fda6939ec5b92793d070 (diff) |
Fix #91103#: Smarter merge of text attributes
Diffstat (limited to 'sw/inc/ndhints.hxx')
-rw-r--r-- | sw/inc/ndhints.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx index 56d4070a1694..0c9a42860943 100644 --- a/sw/inc/ndhints.hxx +++ b/sw/inc/ndhints.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ndhints.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jp $ $Date: 2000-11-06 18:52:24 $ + * last change: $Author: ama $ $Date: 2001-09-05 09:35:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -176,7 +176,7 @@ private: // keine Ueberlappungen mit gleichartigen Attr. entstehen, // Ist der Rueckgabewert TRUE, so wurde verschmolzen und dabei u.a. auch // ein Resort ausgeloest. - BOOL Merge( SwTxtNode &rNode ); + BOOL Merge( SwTxtNode &rNode, SwTxtAttr* pAttr = 0 ); // Haelt ein neues Attribut in pHistory fest. void NoteInHistory( SwTxtAttr *pAttr, const BOOL bNew = FALSE ); |