diff options
Diffstat (limited to 'oox/source/ole/axbinarywriter.cxx')
-rw-r--r-- | oox/source/ole/axbinarywriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/axbinarywriter.cxx b/oox/source/ole/axbinarywriter.cxx index 390b592d50d3..e5ed29ac3cf0 100644 --- a/oox/source/ole/axbinarywriter.cxx +++ b/oox/source/ole/axbinarywriter.cxx @@ -164,7 +164,7 @@ AxBinaryPropertyWriter::AxBinaryPropertyWriter( BinaryOutputStream& rOutStrm, bo mnNextProp = 1; } -void AxBinaryPropertyWriter::writeBoolProperty( bool& orbValue, bool bReverse ) +void AxBinaryPropertyWriter::writeBoolProperty( bool orbValue, bool bReverse ) { // orbValue ^ bReverse true then we want to set the bit, e.g. don't skip startNextProperty( !( ( orbValue ^ bReverse ) >= 1 ) ); |