diff --git a/sw/source/ui/utlui/uiitems.cxx b/sw/source/ui/utlui/uiitems.cxx index df91f1a57839..09acfe51d837 100644 --- a/sw/source/ui/utlui/uiitems.cxx +++ b/sw/source/ui/utlui/uiitems.cxx @@ -2,9 +2,9 @@ * * $RCSfile: uiitems.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2003-04-17 15:57:14 $ + * last change: $Author: obo $ $Date: 2004-08-12 13:13:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -295,11 +295,6 @@ SwUINumRuleItem::SwUINumRuleItem( const SwNumRule& rRul, const USHORT nId ) { } -SwUINumRuleItem::SwUINumRuleItem( const String& rName, const USHORT nId ) - : SfxPoolItem( nId ), pRule( new SwNumRule( rName ) ) -{ -} - SwUINumRuleItem::SwUINumRuleItem( const SwUINumRuleItem& rItem ) : SfxPoolItem( rItem ), pRule( new SwNumRule( *rItem.pRule ))