diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:33:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:33:17 +0200 |
commit | d30f4e3647483b4ef9c98d0f9c93c50905005d3c (patch) | |
tree | 55f8e027c744e69f33bb7a7dd1a445176670ce1b /cppuhelper | |
parent | bee3461c8756d707d042a71a92f81de943229db9 (diff) |
loplugin:casttovoid: cppuhelper
Change-Id: I70a8f00b5ec9d100185d2865bcf54ce96c93adc3
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/propshlp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index b8bb9cd737ba..9955750ea05e 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -453,7 +453,6 @@ void OPropertySetHelper::setDependentFastPropertyValue( sal_Int32 i_handle, cons // a good idea. The caller is responsible for not invoking this for constrained properties. OSL_ENSURE( ( nAttributes & PropertyAttribute::CONSTRAINED ) == 0, "OPropertySetHelper::setDependentFastPropertyValue: not to be used for constrained properties!" ); - (void)nAttributes; // actually set the new value try |