diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-25 07:55:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-25 07:55:37 +0000 |
commit | f33e65c4d5da94c88edb647f1dc88632d46caa68 (patch) | |
tree | 74e84822361fa6564daa46f5ffdfd07caf4e3dfe /sw | |
parent | e6d79bb8ff698a244b675840b0d8ad6f6e7085da (diff) |
INTEGRATION: CWS os94 (1.9.156); FILE MERGED
2007/03/12 08:07:31 os 1.9.156.1: #i75235# unused methods removed
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/ndhints.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx index c08d6bf35ca1..d8b1bbf0c84b 100644 --- a/sw/inc/ndhints.hxx +++ b/sw/inc/ndhints.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ndhints.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2006-12-01 15:33:12 $ + * last change: $Author: rt $ $Date: 2007-04-25 08:55:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -127,7 +127,6 @@ private: BOOL bDDEFlds : 1; // es sind DDE-Felder am TextNode vorhanden BOOL bCalcHiddenParaField : 1; // bHasHiddenParaField ist invalid, CalcHiddenParaField() rufen - BOOL Resort( const USHORT nPos ); // Haelt ein neues Attribut in pHistory fest. void NoteInHistory( SwTxtAttr *pAttr, const BOOL bNew = FALSE ); |