diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-23 20:39:25 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-23 22:19:26 +0200 |
commit | 650a836d00360ffd0b0c5a97bbaf9fe5513bbf32 (patch) | |
tree | 30048bda6fb27e7f51efa72eb33414b24edfc807 /oox/source/ole | |
parent | 3782a36382af0609aed73caa8334b6f1c55dc93c (diff) |
Fix typos
Change-Id: Iea3bd498b1c8934f37085bdf6df71b073e4a871c
Reviewed-on: https://gerrit.libreoffice.org/76203
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'oox/source/ole')
-rw-r--r-- | oox/source/ole/axcontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index 02a6d1ce70bf..4532406af8e4 100644 --- a/oox/source/ole/axcontrol.cxx +++ b/oox/source/ole/axcontrol.cxx @@ -2394,7 +2394,7 @@ bool AxContainerModelBase::importBinaryModel( BinaryInputStream& rInStrm ) aReader.skipUndefinedProperty(); aReader.readIntProperty< sal_uInt32 >( mnBackColor ); aReader.readIntProperty< sal_uInt32 >( mnTextColor ); - aReader.skipIntProperty< sal_uInt32 >(); // next availbale control ID + aReader.skipIntProperty< sal_uInt32 >(); // next available control ID aReader.skipUndefinedProperty(); aReader.skipUndefinedProperty(); aReader.readIntProperty< sal_uInt32 >( mnFlags ); |