INTEGRATION: CWS tune05 (1.6.568); FILE MERGED

2004/07/21 15:31:16 cmc 1.6.568.1: #i30554# unused ctor
This commit is contained in:
Oliver Bolte 2004-08-12 12:13:45 +00:00
parent 940817c8be
commit 2cb2bbb868

View file

@ -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 ))