summaryrefslogtreecommitdiff
path: root/oox/source/ole/axcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ole/axcontrol.cxx')
-rw-r--r--oox/source/ole/axcontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx
index 2e4d7507f422..c051f942a0c3 100644
--- a/oox/source/ole/axcontrol.cxx
+++ b/oox/source/ole/axcontrol.cxx
@@ -1155,7 +1155,7 @@ void AxLabelModel::convertFromProperties( PropertySet& rPropSet, const ControlCo
setFlag( mnFlags, AX_FLAGS_WORDWRAP, bRes );
ControlConverter::convertToMSColor( rPropSet, PROP_TextColor, mnTextColor );
- // VerticleAlign doesn't seem to be read from binary
+ // VerticalAlign doesn't seem to be read from binary
// not sure about background color, how do we decide when to set
// AX_FLAGS_OPAQUE ?