diff options
author | Noel Power <noel.power@novell.com> | 2011-10-03 18:55:08 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-10-03 18:58:04 +0100 |
commit | 7c20a8edbc35cb61bd955fd4c3984bced7533129 (patch) | |
tree | d16b6894268f457d136a1c3dac6b653aa5c218fc /oox/inc | |
parent | deb2d9b1775605c415d7d31b5ed56d065d13981b (diff) |
fix morph control export also fix toggle button state export
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/ole/axbinarywriter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/ole/axbinarywriter.hxx b/oox/inc/oox/ole/axbinarywriter.hxx index 408abaa1f5c7..227ac419f746 100644 --- a/oox/inc/oox/ole/axbinarywriter.hxx +++ b/oox/inc/oox/ole/axbinarywriter.hxx @@ -109,7 +109,7 @@ public: { if( startNextProperty() ) maOutStrm.writeAligned< StreamType >( ornValue ); } /** Write a boolean property value to the stream, the respective flag in the property mask is set. */ - void writeBoolProperty( bool& orbValue, bool bReverse = false ); + void writeBoolProperty( bool orbValue, bool bReverse = false ); /** Write a pair property the stream, the respective flag in the property mask is set. */ void writePairProperty( AxPairData& orPairData ); |