diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:27:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:27:05 +0200 |
commit | de93c6260c90b7b523ed992914f62c54c64ce25a (patch) | |
tree | cce2839a86340bbc8af61bd1b534dab47cc13ba1 /xmloff/source/xforms | |
parent | dd3df0f4cb3bbc65528e0069542e841bcd506a66 (diff) |
loplugin:casttovoid: xmloff
Change-Id: I4f9ffd686e8e5a10bdd3f5ad4282dc4776923b62
Diffstat (limited to 'xmloff/source/xforms')
-rw-r--r-- | xmloff/source/xforms/xformsapi.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/xforms/xformsapi.cxx b/xmloff/source/xforms/xformsapi.cxx index 515d80fa304a..4d22dbff862c 100644 --- a/xmloff/source/xforms/xformsapi.cxx +++ b/xmloff/source/xforms/xformsapi.cxx @@ -90,7 +90,6 @@ void xforms_addXFormsModel( // TODO: implement proper error handling SAL_WARN_IF( !bSuccess, "xmloff", "can't import model" ); - (void)bSuccess; } static Reference<XPropertySet> lcl_findXFormsBindingOrSubmission( |