[Libreoffice-commits] core.git: lotuswordpro/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Aug 23 10:35:25 UTC 2020


 lotuswordpro/source/filter/lwpdocdata.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0d35413b97d609c1a14a1adfe6fa2a7cbdb5ade4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 22 18:40:55 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Aug 23 12:34:45 2020 +0200

    Fix typo
    
    Change-Id: I17407c534f95f20bb16b2d5545b92ae293e761ad
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101218
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/lotuswordpro/source/filter/lwpdocdata.cxx b/lotuswordpro/source/filter/lwpdocdata.cxx
index 833a17db46d1..55eecfcbb006 100644
--- a/lotuswordpro/source/filter/lwpdocdata.cxx
+++ b/lotuswordpro/source/filter/lwpdocdata.cxx
@@ -79,7 +79,7 @@ void LwpDocData::Read()
     m_DocOptions.encrypt1password.Read(m_pObjStrm.get());
     //cEncrypt2Password
     m_DocOptions.encrypt2password.Read(m_pObjStrm.get());
-    //cCharecterSet
+    //cCharacterSet
     m_DocOptions.characterSet.Read(m_pObjStrm.get());
     //cGrammerSet
     m_DocOptions.grammerSet.Read(m_pObjStrm.get());


More information about the Libreoffice-commits mailing list