diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-10-20 09:13:33 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-10-20 12:35:08 +0200 |
commit | 4e097c10105759357932da8073a82df408c1f165 (patch) | |
tree | ece5a96d6c1547165591b000a092045613eef95c /svl | |
parent | ac0c2e26ce237991ada316e5b8edeb7a029f401b (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.cxx | 3 |
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) |