From 94e4f13d325018a74773d029e3c1c1a365cf5ccd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 28 Apr 2015 10:25:53 +0200 Subject: SfxItemSet::PutDirect return value is unused Change-Id: Icf3e09318677655897f4a5308f066829982b9520 --- include/svl/itemset.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svl/itemset.hxx') 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& ); -- cgit