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:
parent
940817c8be
commit
2cb2bbb868
1 changed files with 2 additions and 7 deletions
|
@ -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 ))
|
||||
|
|
Loading…
Reference in a new issue