summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-10-20 09:13:33 +0200
committerJan Holesovsky <kendy@collabora.com>2015-10-20 12:35:08 +0200
commit4e097c10105759357932da8073a82df408c1f165 (patch)
treeece5a96d6c1547165591b000a092045613eef95c /include/svl
parentac0c2e26ce237991ada316e5b8edeb7a029f401b (diff)
sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.
Change-Id: I61326bc52a5da527930810ff4516c707c31d1fde
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/itemset.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index a070eab2dfc1..c3710dbd5961 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -31,8 +31,6 @@ class SvStream;
typedef SfxPoolItem const** SfxItemArray;
-#define USHORT_ARG int
-
class SVL_DLLPUBLIC SfxItemSet
{
friend class SfxItemIter;
@@ -69,7 +67,7 @@ public:
SfxItemSet( SfxItemPool&, bool bTotalPoolRanges = false );
SfxItemSet( SfxItemPool&, sal_uInt16 nWhich1, sal_uInt16 nWhich2 );
- SfxItemSet( SfxItemPool&, USHORT_ARG nWh1, USHORT_ARG nWh2, USHORT_ARG nNull, ... );
+ SfxItemSet( SfxItemPool&, int nWh1, int nWh2, int nNull, ... );
SfxItemSet( SfxItemPool&, const sal_uInt16* nWhichPairTable );
virtual ~SfxItemSet();