diff options
author | os <os@openoffice.org> | 2009-10-09 12:00:43 +0200 |
---|---|---|
committer | os <os@openoffice.org> | 2009-10-09 12:00:43 +0200 |
commit | cdfba51c8e577750050d4f564416e6113d642f41 (patch) | |
tree | 3bef34e3345a139d9b2ed5976f1881024e984c9d | |
parent | 69470f3410fe804616084c8087e571e20a3671f5 (diff) |
unused variable removed
-rw-r--r-- | sw/source/core/docnode/node.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx index 8fba40e653ee..da4a1b4fabce 100644 --- a/sw/source/core/docnode/node.cxx +++ b/sw/source/core/docnode/node.cxx @@ -1479,7 +1479,6 @@ SwCntntNode *SwCntntNode::JoinPrev() // erfrage vom Modify Informationen BOOL SwCntntNode::GetInfo( SfxPoolItem& rInfo ) const { - const SwNumRuleItem* pItem; switch( rInfo.Which() ) { case RES_AUTOFMT_DOCNODE: |