diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-06-26 14:50:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-06-26 15:45:14 +0200 |
commit | 424e537b9f02aadef60c9b0c29f27503f7d7d51a (patch) | |
tree | 92fd9b3e47812a853eebfec677568e54c66a35e7 | |
parent | ed78d54f7caf1d556ed16f8c78437845541377be (diff) |
Fix typo
Change-Id: Ic071259d68e0fa9d7a2541e32d30c11bb0f21d2f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153612
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | oox/qa/unit/mcgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/qa/unit/mcgr.cxx b/oox/qa/unit/mcgr.cxx index cc9efa6bc4ba..1fb06bb3f1f1 100644 --- a/oox/qa/unit/mcgr.cxx +++ b/oox/qa/unit/mcgr.cxx @@ -86,7 +86,7 @@ CPPUNIT_TEST_FIXTURE(TestMCGR, testStepCount) xmlDocUniquePtr pXmlDoc = parseExport("ppt/slides/slide1.xml"); // Without the fix the colors in the sections were wrong. And when opening a file with StepCount - // and saving it immedialtly to pptx, a continues gradient might be produced. + // and saving it immediately to pptx, a continuous gradient might be produced. const OString sPath = "//a:gradFill/a:gsLst/"; // The default way of load and save would have produced 2 stops, but we need start stop, end stop |