oox/source/shape/WpsContext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0415c2073841bffc86515922da32774dd2160740
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Sep 14 11:53:54 2022 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Wed Sep 14 11:58:54 2022 +0200

    Fix typo
    
    Change-Id: Ibe2c9498e86236461a192dea26d5014ccc90235f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139916
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

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",

Reply via email to