diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 17:02:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 17:11:51 +0100 |
commit | e2d4ca69ab8dd90c2eaec0cede1e5aed4a092611 (patch) | |
tree | 489663f7615e4ef55276ec83fc1d32bc82061e10 /include/svl | |
parent | d1043892df97078546bf9c5ac697bcb65b457cc9 (diff) |
SfxItemSet::Set should return bool
Change-Id: Icb38319f1307e94ce5c6d43b999a08db1fc38d85
Diffstat (limited to 'include/svl')
-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 a4261cc67706..5c056471a36b 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -133,7 +133,7 @@ public: SfxItemState eDontCareAs = SFX_ITEM_UNKNOWN, SfxItemState eDefaultAs = SFX_ITEM_UNKNOWN ); - virtual int Set( const SfxItemSet&, sal_Bool bDeep = sal_True ); + virtual bool Set( const SfxItemSet&, sal_Bool bDeep = sal_True ); virtual void Intersect( const SfxItemSet& rSet ); virtual void MergeValues( const SfxItemSet& rSet, sal_Bool bOverwriteDefaults = sal_False ); |