summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-17 14:29:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-17 16:39:22 +0100
commit7a54951fbb43c50f8b65876eb0e9672fdcf73e25 (patch)
tree3257fce465743e137383989aae3e6ff83e329494 /include
parentd438c470d783c0245231855b20233c5b3e3e691d (diff)
coverity#1231667 Unchecked return value
Change-Id: I40d8fc61b1e488955faa61c868877c7b6487c529
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/propertycontainerhelper.hxx2
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
);