diff --git a/include/oox/ole/axbinaryreader.hxx b/include/oox/ole/axbinaryreader.hxx index 1aff2a1b6563..7905e987a941 100644 --- a/include/oox/ole/axbinaryreader.hxx +++ b/include/oox/ole/axbinaryreader.hxx @@ -131,7 +131,7 @@ public: void skipIntProperty() { if( startNextProperty() ) maInStrm.skipAligned< StreamType >(); } /** Skips the next boolean property value in the stream, if the respective flag in the property mask is set. */ - void skipBoolProperty() { startNextProperty(); } + void skipBoolProperty() { (void)startNextProperty(); } /** Skips the next pair property in the stream, if the respective flag in the property mask is set. */ void skipPairProperty() { readPairProperty( maDummyPairData ); }