summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui/uiitems.cxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-08-22 14:10:55 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-08-23 15:38:45 +0200
commit11f81f2ba98eba4b34d9cc46a962aac2a52e0a0e (patch)
tree72d971bda7582d7c3a60f8317c8ddc7d2465bc26 /sw/source/uibase/utlui/uiitems.cxx
parent53d0a6deffc425cdc4fc1382cb1cab2072b4f56b (diff)
drop SwBackgroundDestinationItem wrapper
other call sites just use SfxUInt16Item and overridden Clone does same as base class. Change-Id: I50acb4fbb08b3c2fdc4c7605d0ccecac0e9cc209 Reviewed-on: https://gerrit.libreoffice.org/41449 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sw/source/uibase/utlui/uiitems.cxx')
-rw-r--r--sw/source/uibase/utlui/uiitems.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/uibase/utlui/uiitems.cxx b/sw/source/uibase/utlui/uiitems.cxx
index 64681613bb91..4b57004cec13 100644
--- a/sw/source/uibase/utlui/uiitems.cxx
+++ b/sw/source/uibase/utlui/uiitems.cxx
@@ -268,16 +268,6 @@ bool SwUINumRuleItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/ )
return true;
}
-SwBackgroundDestinationItem::SwBackgroundDestinationItem(sal_uInt16 _nWhich, sal_uInt16 nValue) :
- SfxUInt16Item(_nWhich, nValue)
-{
-}
-
-SfxPoolItem* SwBackgroundDestinationItem::Clone( SfxItemPool * /*pPool*/ ) const
-{
- return new SwBackgroundDestinationItem(Which(), GetValue());
-}
-
SwPaMItem::SwPaMItem( const sal_uInt16 nId, SwPaM* pPaM ) :
SfxPoolItem( nId ),
m_pPaM(pPaM)