summaryrefslogtreecommitdiffstats
path: root/oox/inc
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-10-03 18:55:08 +0100
committerNoel Power <noel.power@novell.com>2011-10-03 18:58:04 +0100
commit7c20a8edbc35cb61bd955fd4c3984bced7533129 (patch)
treed16b6894268f457d136a1c3dac6b653aa5c218fc /oox/inc
parentHack to get pyuno scripts to the right location on Windows. (diff)
downloadcore-7c20a8edbc35cb61bd955fd4c3984bced7533129.tar.gz
core-7c20a8edbc35cb61bd955fd4c3984bced7533129.zip
fix morph control export also fix toggle button state export
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/ole/axbinarywriter.hxx2
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 );