diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-09-14 11:53:54 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-09-14 11:58:54 +0200 |
commit | 0415c2073841bffc86515922da32774dd2160740 (patch) | |
tree | 9e7c1b3e40d76c4032aee72392648480a6a08ccc /oox | |
parent | 227693d3528f890f71bf934bcb5afc85874a68b6 (diff) |
Fix typo
Change-Id: Ibe2c9498e86236461a192dea26d5014ccc90235f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139916
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/shape/WpsContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx index 5b0e75617215..4c1b8146df52 100644 --- a/oox/source/shape/WpsContext.cxx +++ b/oox/source/shape/WpsContext.cxx @@ -114,7 +114,7 @@ oox::core::ContextHandlerRef WpsContext::onCreateContext(sal_Int32 nElementToken { xPropertySet->setPropertyValue("WritingMode", uno::Any(text::WritingMode2::LR_TB)); - // ToDo: Rembember original vert value and remove hack on export. + // ToDo: Remember original vert value and remove hack on export. } else if (nVert == XML_vert) xPropertySet->setPropertyValue("WritingMode", |