[Libreoffice-commits] core.git: sw/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 21 10:25:55 UTC 2020


 sw/qa/extras/ooxmlexport/ooxmlexport5.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f14977fa86487fbfb170e84ea7794529560eecca
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 20 13:10:07 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 21 12:25:18 2020 +0200

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

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 3a522bc84891..c5d81fba9c5b 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -1188,8 +1188,8 @@ DECLARE_OOXMLEXPORT_TEST(tdf122201_editUnprotectedText, "tdf122201_editUnprotect
     SwNodeIndex aDocStart(*aDocEnd.GetNode().StartOfSectionNode(), 3);
 
     // check protected area
-    SwPaM aPaMPortected(aDocStart);
-    CPPUNIT_ASSERT(aPaMPortected.HasReadonlySel(false));
+    SwPaM aPaMProtected(aDocStart);
+    CPPUNIT_ASSERT(aPaMProtected.HasReadonlySel(false));
 
     // check unprotected area
     SwPaM aPaMUnprotected(aDocEnd);


More information about the Libreoffice-commits mailing list