diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-14 20:55:40 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-08-19 15:23:14 +0200 |
commit | 9239b11cee9f02cedcb0c240637e58cc8b795086 (patch) | |
tree | 19147a95b9a9e0a6d55293dd97223108dff6fd80 /oox | |
parent | 958854ac4c701e6b1444178514b1a6e4e03be94e (diff) |
Fix typos
Change-Id: I45243c6312545d51409574447e27f5320d4da79c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120493
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/shape/LockedCanvasContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/shape/LockedCanvasContext.cxx b/oox/source/shape/LockedCanvasContext.cxx index 88a3de0040e7..5eac3b5ceff7 100644 --- a/oox/source/shape/LockedCanvasContext.cxx +++ b/oox/source/shape/LockedCanvasContext.cxx @@ -39,7 +39,7 @@ LockedCanvasContext::onCreateContext(sal_Int32 nElementToken, const ::oox::Attri { case XML_nvGrpSpPr: // CT_GvmlGroupShapeNonVisual, child see at end return this; - case XML_grpSpPr: // CT_GroupShapeProporties + case XML_grpSpPr: // CT_GroupShapeProperties return new oox::drawingml::ShapePropertiesContext(*this, *mpShapePtr); case XML_txSp: // CT_GvmlTextShape break; |