summaryrefslogtreecommitdiffstats
path: root/include/svl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-28 10:25:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-28 13:44:11 +0200
commit94e4f13d325018a74773d029e3c1c1a365cf5ccd (patch)
tree7ba26e2f12cd83598df1fd6b1746b261ae85659c /include/svl
parentRepositoryExternal.mk: gengal needs runtime dependency on unorc (diff)
downloadcore-94e4f13d325018a74773d029e3c1c1a365cf5ccd.tar.gz
core-94e4f13d325018a74773d029e3c1c1a365cf5ccd.zip
SfxItemSet::PutDirect return value is unused
Change-Id: Icf3e09318677655897f4a5308f066829982b9520
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 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& );