From 2b5a48da5969b1ed37f4480d843714d434feb5d9 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 19 Oct 2015 07:18:39 +0200 Subject: sfx items: Kill the SFX_ITEMSET_GET macro. Change-Id: I110a4f25646eb3f0fa93673c84dc67cf64a3b7a0 --- include/svl/itemset.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/svl/itemset.hxx') diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx index 52d4d7a7f688..7520d0de5fb6 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -33,10 +33,6 @@ typedef SfxPoolItem const** SfxItemArray; #define USHORT_ARG int -#define SFX_ITEMSET_GET( rSet, pItem, ItemType, nSlotId, bDeep ) \ - const ItemType *pItem = static_cast( \ - (rSet).GetItem( nSlotId, bDeep, TYPE(ItemType) ) ) - class SVL_DLLPUBLIC SfxItemSet { friend class SfxItemIter; -- cgit