summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-07-24 17:45:00 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-07-24 18:19:44 +0200
commit96648fa4b38a77cb86ed03962db2676916a8a97c (patch)
tree95535b26bcf1ea3c468c2d5e488ac65c4718e3c0 /oox
parent323ff48366f54f59f0c95c6dd1c161ff456f3577 (diff)
Fix typo
Change-Id: Ia6c5e8615cc1438664f2208b6b1fc5f0383840ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137392 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/qa/unit/export.cxx2
1 files changed, 1 insertions, 1 deletions
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";