diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:29:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:29:43 +0200 |
commit | 171936092b07a17219ef2d9132aff0033b35d8cc (patch) | |
tree | 2619cff74f94d5703962f3fce6bcbaadeaccbf82 /starmath | |
parent | 30e081a40a8cea542a132f0e0f104dba88809047 (diff) |
loplugin:casttovoid: starmath
Change-Id: I39dd0d8d146f6af4f725f8954185df1a4222ff57
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/cfgitem.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx index 332d50858687..84be03edc1a7 100644 --- a/starmath/source/cfgitem.cxx +++ b/starmath/source/cfgitem.cxx @@ -643,7 +643,6 @@ void SmMathConfig::ReadFontFormat( SmFontFormat &rFontFormat, ++pValue; OSL_ENSURE( bOK, "read FontFormat failed" ); - (void)bOK; } } |