diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-05-05 16:08:42 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-05-05 17:49:05 +0200 |
commit | f4e010cf0ee2f923bfc8b2d0184607f9aa3664a1 (patch) | |
tree | 1c6ff03f9189087ca4f1e1643e6b5a790cbd837c /sd | |
parent | 8af2c4e3a517e3b75f2ace9719c1ca03153baddf (diff) |
Fix typo
Change-Id: Id033f67d886665dcb2cb7755f8461cfd3ea5cebe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93488
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/SdrPdfImportTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/SdrPdfImportTest.cxx b/sd/qa/unit/SdrPdfImportTest.cxx index d17bb2b6dae5..9f30ff5000be 100644 --- a/sd/qa/unit/SdrPdfImportTest.cxx +++ b/sd/qa/unit/SdrPdfImportTest.cxx @@ -58,7 +58,7 @@ void SdrPdfImportTest::tearDown() } // Load the PDF in Draw, which will load the PDF as an Graphic, then -// mark the graphic object and trigger "break" funcition. This should +// mark the graphic object and trigger "break" function. This should // convert the PDF content into objects/shapes. CPPUNIT_TEST_FIXTURE(SdrPdfImportTest, testImportSimpleText) { |