summaryrefslogtreecommitdiff
path: root/sd/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-24 09:26:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-25 15:59:33 +0200
commit7b139b47212ac9a9e327332cfff4f254bc9a2ca2 (patch)
treef754341780d227dc80c645d4117819966208c486 /sd/qa
parent5a3f794219dade812ec29ea9971680058b4bade9 (diff)
Fix typos
Change-Id: Id5f8c6a5c8ef7494c8ccd3268eab3fe65d027cb3 Reviewed-on: https://gerrit.libreoffice.org/78054 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/qa')
-rw-r--r--sd/qa/unit/export-tests-ooxml2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/export-tests-ooxml2.cxx b/sd/qa/unit/export-tests-ooxml2.cxx
index 0916ac95f3ff..5d1e877eb82a 100644
--- a/sd/qa/unit/export-tests-ooxml2.cxx
+++ b/sd/qa/unit/export-tests-ooxml2.cxx
@@ -2546,7 +2546,7 @@ void SdOOXMLExportTest2::testTdf99497_keepAppearanceOfCircleKind()
// Resulting pptx has to contain the customshapes of the corresponding kind
// slide 1 ARC -> arc, slide 2 CUT -> chord, slide 3 SECTION -> pie
// Adjustment values need to exist and their values need to correspond to the
- // orignal angles. Shape 'arc' needs to be unfilled.
+ // original angles. Shape 'arc' needs to be unfilled.
const OUString sPath("/sd/qa/unit/data/odp/tdf99497_CircleKind.odp");
::sd::DrawDocShellRef xDocShRef = loadURL(m_directories.getURLFromSrc(sPath), ODP);
utl::TempFile tempFile;