summaryrefslogtreecommitdiff
path: root/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 /svl
parentac0c2e26ce237991ada316e5b8edeb7a029f401b (diff)
sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.
Change-Id: I61326bc52a5da527930810ff4516c707c31d1fde
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/itemset.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index 1e72cf67e21e..6272a748eb0d 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -138,8 +138,7 @@ void SfxItemSet::InitRanges_Impl(va_list pArgs, sal_uInt16 nWh1, sal_uInt16 nWh2
memset(static_cast<void*>(m_pItems), 0, sizeof(SfxPoolItem*) * nSize);
}
-SfxItemSet::SfxItemSet(SfxItemPool& rPool,
- USHORT_ARG nWh1, USHORT_ARG nWh2, USHORT_ARG nNull, ...)
+SfxItemSet::SfxItemSet(SfxItemPool& rPool, int nWh1, int nWh2, int nNull, ...)
: m_pPool( &rPool )
, m_pParent(nullptr)
, m_pWhichRanges(nullptr)