summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-09-25 22:35:19 +0100
committerNoel Power <noel.power@novell.com>2011-09-26 12:06:05 +0100
commitb778d1a03c0cdf4d0ab0352e08e00ca4d27aef03 (patch)
treea6aa41ea3820e54971e3d5ee35776c372344666b /oox
parentmove OCX_Control ( and subclasses ) and OCX control export to oox (diff)
downloadcore-b778d1a03c0cdf4d0ab0352e08e00ca4d27aef03.tar.gz
core-b778d1a03c0cdf4d0ab0352e08e00ca4d27aef03.zip
fix merge foo and wae
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ole/axcontrol.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx
index a9e6d3724c59..c78ffdd75e4e 100644
--- a/oox/source/ole/axcontrol.cxx
+++ b/oox/source/ole/axcontrol.cxx
@@ -2247,7 +2247,6 @@ void AxScrollBarModel::convertFromProperties( PropertySet& rPropSet, const Contr
if ( rPropSet.getProperty( bRes, PROP_Enabled ) )
setFlag( mnFlags, AX_FLAGS_ENABLED, bRes );
rPropSet.getProperty( mnDelay, PROP_RepeatDelay );
- sal_Int32 nThumbLen = 0;
mnPropThumb = AX_PROPTHUMB_ON; // default
rConv.convertToMSColor( rPropSet, PROP_SymbolColor, mnArrowColor);
rConv.convertToMSColor( rPropSet, PROP_BackgroundColor, mnBackColor );