From 7a54951fbb43c50f8b65876eb0e9672fdcf73e25 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 17 Aug 2014 14:29:48 +0100 Subject: coverity#1231667 Unchecked return value Change-Id: I40d8fc61b1e488955faa61c868877c7b6487c529 --- include/comphelper/propertycontainerhelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') 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 ); -- cgit