diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-28 10:25:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-28 13:44:11 +0200 |
commit | 94e4f13d325018a74773d029e3c1c1a365cf5ccd (patch) | |
tree | 7ba26e2f12cd83598df1fd6b1746b261ae85659c /include/svl/itemset.hxx | |
parent | ae08fceafc47279d17d6e1d002cbcd574b7bf028 (diff) |
SfxItemSet::PutDirect return value is unused
Change-Id: Icf3e09318677655897f4a5308f066829982b9520
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r-- | include/svl/itemset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx index 75f725000569..f706e42fe01a 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -66,7 +66,7 @@ protected: // Notification-Callback virtual void Changed( const SfxPoolItem& rOld, const SfxPoolItem& rNew ); - int PutDirect(const SfxPoolItem &rItem); + void PutDirect(const SfxPoolItem &rItem); public: SfxItemSet( const SfxItemSet& ); |