diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-17 14:29:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-17 16:39:22 +0100 |
commit | 7a54951fbb43c50f8b65876eb0e9672fdcf73e25 (patch) | |
tree | 3257fce465743e137383989aae3e6ff83e329494 /include/comphelper/propertycontainerhelper.hxx | |
parent | d438c470d783c0245231855b20233c5b3e3e691d (diff) |
coverity#1231667 Unchecked return value
Change-Id: I40d8fc61b1e488955faa61c868877c7b6487c529
Diffstat (limited to 'include/comphelper/propertycontainerhelper.hxx')
-rw-r--r-- | include/comphelper/propertycontainerhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/propertycontainerhelper.hxx b/include/comphelper/propertycontainerhelper.hxx index 9654985dddef..1809b19a278c 100644 --- a/include/comphelper/propertycontainerhelper.hxx +++ b/include/comphelper/propertycontainerhelper.hxx @@ -153,7 +153,7 @@ protected: const ::com::sun::star::uno::Any& rValue ); - void setFastPropertyValue( + bool setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue ); |