summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-18 16:04:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-19 05:41:29 +0000
commitafaa10da25729f2aa5ca7df86d6bbea83d45cccf (patch)
tree52a4b843dd16f0115d1938f9e9891ed540973a29 /include/svl
parent2da34e265db6ca56e43d9b2ab8cee04b1cc4fb29 (diff)
make SfxItemSet with SAL_WARN_UNUSED
Change-Id: Ia74ca329d8438f614169031acfbe0406faf7c281 Reviewed-on: https://gerrit.libreoffice.org/33268 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-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 502c0ebc2c99..8c1ebd5b8109 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -31,7 +31,7 @@ class SvStream;
typedef std::map<sal_uInt16, SfxPoolItem const *> SfxItemMap;
-class SVL_DLLPUBLIC SfxItemSet
+class SAL_WARN_UNUSED SVL_DLLPUBLIC SfxItemSet
{
friend class SfxItemIter;