oox/qa/unit/export.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 96648fa4b38a77cb86ed03962db2676916a8a97c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jul 24 17:45:00 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jul 24 18:19:44 2022 +0200

    Fix typo
    
    Change-Id: Ia6c5e8615cc1438664f2208b6b1fc5f0383840ca
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137392
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/oox/qa/unit/export.cxx b/oox/qa/unit/export.cxx
index 1bc71da5e039..09cf5cb5ef48 100644
--- a/oox/qa/unit/export.cxx
+++ b/oox/qa/unit/export.cxx
@@ -796,7 +796,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf149551VertPadding)
 CPPUNIT_TEST_FIXTURE(Test, testTdf149538upright)
 {
     // The document has a shape with attribute upright="1" in the bodyPr 
element. On import it is
-    // emulatated by rotating the text area rectangle. On export there should 
be an upright="1"
+    // emulated by rotating the text area rectangle. On export there should be 
an upright="1"
     // attribute but no 'rot' attribute. Without the fix the 'rot' attribute 
with values from
     // the emulation was written out.
     OUString aURL = m_directories.getURLFromSrc(DATA_DIRECTORY) + 
"tdf149538_upright.pptx";

Reply via email to