summaryrefslogtreecommitdiff
path: root/oox/source/ole/axcontrol.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 15:17:01 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 12:36:37 +0000
commit095438e52ccff8eaf12af6b3e3eb5f8c00792416 (patch)
tree1f9c5ad0e05fa67ff10d970b166ba3641ee60784 /oox/source/ole/axcontrol.cxx
parent25e0872da600c65a08c73c335f0e1ef21b2f00f5 (diff)
Fix typos
Change-Id: I14dca0d55c09187690dc1d94936c40b890ca5cea Reviewed-on: https://gerrit.libreoffice.org/35637 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 ?