summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-12-23 20:56:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-01-01 10:55:01 +0100
commit3abb1ca8a9d21df622c9adb83bb07b9c6281e85b (patch)
treeb3ff25a5bac1cbb9ef8ffcd862975bcb760100bf /sd
parenta8cb7cf68ff661b502e7c006fe4330098b5b0944 (diff)
Fix typo in QA
Change-Id: Ia52b5bd629b80a37d3205889cb2c720d00a3d484 Reviewed-on: https://gerrit.libreoffice.org/65778 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/data/pptx/smartart-vertical-box-list.pptx (renamed from sd/qa/unit/data/pptx/smartart-vertial-box-list.pptx)bin43018 -> 43018 bytes
-rw-r--r--sd/qa/unit/import-tests-smartart.cxx14
2 files changed, 7 insertions, 7 deletions
diff --git a/sd/qa/unit/data/pptx/smartart-vertial-box-list.pptx b/sd/qa/unit/data/pptx/smartart-vertical-box-list.pptx
index b67d99e700c3..b67d99e700c3 100644
--- a/sd/qa/unit/data/pptx/smartart-vertial-box-list.pptx
+++ b/sd/qa/unit/data/pptx/smartart-vertical-box-list.pptx
Binary files differ
diff --git a/sd/qa/unit/import-tests-smartart.cxx b/sd/qa/unit/import-tests-smartart.cxx
index 999b26d7c422..3f644caa8278 100644
--- a/sd/qa/unit/import-tests-smartart.cxx
+++ b/sd/qa/unit/import-tests-smartart.cxx
@@ -60,8 +60,8 @@ public:
void testEquation();
void testSegmentedCycle();
void testBaseRtoL();
- void testVertialBoxList();
- void testVertialBracketList();
+ void testVerticalBoxList();
+ void testVerticalBracketList();
void testTableList();
void testAccentProcess();
void testContinuousBlockProcess();
@@ -91,8 +91,8 @@ public:
CPPUNIT_TEST(testEquation);
CPPUNIT_TEST(testSegmentedCycle);
CPPUNIT_TEST(testBaseRtoL);
- CPPUNIT_TEST(testVertialBoxList);
- CPPUNIT_TEST(testVertialBracketList);
+ CPPUNIT_TEST(testVerticalBoxList);
+ CPPUNIT_TEST(testVerticalBracketList);
CPPUNIT_TEST(testTableList);
CPPUNIT_TEST(testAccentProcess);
CPPUNIT_TEST(testContinuousBlockProcess);
@@ -481,10 +481,10 @@ void SdImportTestSmartArt::testBaseRtoL()
xDocShRef->DoClose();
}
-void SdImportTestSmartArt::testVertialBoxList()
+void SdImportTestSmartArt::testVerticalBoxList()
{
sd::DrawDocShellRef xDocShRef = loadURL(
- m_directories.getURLFromSrc("/sd/qa/unit/data/pptx/smartart-vertial-box-list.pptx"), PPTX);
+ m_directories.getURLFromSrc("/sd/qa/unit/data/pptx/smartart-vertical-box-list.pptx"), PPTX);
uno::Reference<drawing::XShapes> xShapeGroup(getShapeFromPage(0, 0, xDocShRef),
uno::UNO_QUERY_THROW);
// Without the accompanying fix in place, this test would have failed with
@@ -517,7 +517,7 @@ void SdImportTestSmartArt::testVertialBoxList()
xDocShRef->DoClose();
}
-void SdImportTestSmartArt::testVertialBracketList()
+void SdImportTestSmartArt::testVerticalBracketList()
{
sd::DrawDocShellRef xDocShRef = loadURL(
m_directories.getURLFromSrc("/sd/qa/unit/data/pptx/vertical-bracket-list.pptx"), PPTX);