diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-08 12:22:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-08 12:22:20 +0000 |
commit | 0a4e0f86884735d0e4a9eaefd59ca5cf1ee6fc78 (patch) | |
tree | 8138cd6b6eb1590854cb09e6127b53a5ef1ac7a1 | |
parent | ae2dc10772924c4fccb4a3f634d04414e652b666 (diff) |
INTEGRATION: CWS os71 (1.14.24); FILE MERGED
2006/08/30 15:59:14 os 1.14.24.2: RESYNC: (1.14-1.16); FILE MERGED
2005/12/02 11:14:18 os 1.14.24.1: #i58773# move legacy filters to binfilter - first check-in
-rw-r--r-- | sw/inc/node.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index 24d61479010d..06c5a3e3ff92 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -4,9 +4,9 @@ * * $RCSfile: node.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-08-14 15:28:28 $ + * last change: $Author: kz $ $Date: 2006-11-08 13:22:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -373,8 +373,8 @@ private: class SwCntntNode: public SwModify, public SwNode, public SwIndexReg { // Der Reader darf NewAttrSet() aufrufen! - friend class SwSwgReader; - friend class Sw3IoImp; +// friend class SwSwgReader; +// friend class Sw3IoImp; //FEATURE::CONDCOLL SwDepend* pCondColl; |