summaryrefslogtreecommitdiffstats
path: root/include/svl/itemset.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-11-02 16:04:29 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-03 06:34:22 +0000
commitfa80dae9a79a7414af8adcb91bc04dfff13bbb63 (patch)
treeaa7bd54cf7f64065aa954e24406687ea9757bc13 /include/svl/itemset.hxx
parentbin nranges.*, move remaining functions into itemset.cxx (diff)
downloadcore-fa80dae9a79a7414af8adcb91bc04dfff13bbb63.tar.gz
core-fa80dae9a79a7414af8adcb91bc04dfff13bbb63.zip
remove unnecessary casts
Which IDs are always sal_uInt16 and likely passed from defines Change-Id: I134358289ccd338ef1ff6ba963e25a524e790f4e Reviewed-on: https://gerrit.libreoffice.org/30498 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r--include/svl/itemset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index f327f92792eb..5793007eb350 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -66,7 +66,7 @@ public:
SfxItemSet( SfxItemPool&);
SfxItemSet( SfxItemPool&, sal_uInt16 nWhich1, sal_uInt16 nWhich2 );
- SfxItemSet( SfxItemPool&, int nWh1, int nWh2, int nNull, ... );
+ SfxItemSet( SfxItemPool&, sal_uInt16 nWh1, sal_uInt16 nWh2, sal_uInt16 nNull, ... );
SfxItemSet( SfxItemPool&, const sal_uInt16* nWhichPairTable );
virtual ~SfxItemSet();