diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-24 15:35:33 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-24 15:35:33 +0100 |
commit | ed0eaa20ffcb271fbfd078bcb26cbcb823feda38 (patch) | |
tree | ab9e59866d24618fb608a8f922d73b72f23185d4 | |
parent | 5864fa253ad22a9b920e1eaccecc4af324c6ec8b (diff) |
Remove OLD_INDEX directive.
-rw-r--r-- | sw/source/core/docnode/node.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx index 1fc254466b..586ac074d1 100644 --- a/sw/source/core/docnode/node.cxx +++ b/sw/source/core/docnode/node.cxx @@ -1012,9 +1012,6 @@ SwCntntNode::SwCntntNode( const SwNodeIndex &rWhere, const BYTE nNdType, SwNode( rWhere, nNdType ), pCondColl( 0 ), mbSetModifyAtAttr( false ) -#ifdef OLD_INDEX - ,SwIndexReg(2) -#endif { } |