summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-01-05 11:15:10 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-01-05 13:00:20 +0000
commit5eda5ef2530e0e2d4f9e7f33f1ab1a8fa933fe7f (patch)
treef7c16ace228cf679767afa4c62afc72035bc7a89 /oox
parent471804e251b4e15b37a10920bd4b88b40f97b227 (diff)
Fix typo
Change-Id: Icde32c862bb498af0908399b388973db4d7f8b02 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145074 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/qa/unit/shape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/qa/unit/shape.cxx b/oox/qa/unit/shape.cxx
index 3997494eb21c..89a6da6905d2 100644
--- a/oox/qa/unit/shape.cxx
+++ b/oox/qa/unit/shape.cxx
@@ -510,7 +510,7 @@ CPPUNIT_TEST_FIXTURE(OoxShapeTest, testWriterFontworkNonAccentColor)
uno::Reference<drawing::XDrawPage> xDrawPage(xDrawPagesSupplier->getDrawPages()->getByIndex(0),
uno::UNO_QUERY);
- // The ID for the theme colors is not yet in API, but definied in enum PredefinedClrSchemeID
+ // The ID for the theme colors is not yet in API, but defined in enum PredefinedClrSchemeID
// in drawingml/clrscheme.hxx. Without fix the ID was -1 meaning no theme is used, and the color
// was Black (=0).
@@ -548,7 +548,7 @@ CPPUNIT_TEST_FIXTURE(OoxShapeTest, testWriterShapeFillNonAccentColor)
uno::Reference<drawing::XDrawPage> xDrawPage(xDrawPagesSupplier->getDrawPages()->getByIndex(0),
uno::UNO_QUERY);
- // The ID for the theme colors is not yet in API, but definied in enum PredefinedClrSchemeID
+ // The ID for the theme colors is not yet in API, but defined in enum PredefinedClrSchemeID
// in drawingml/clrscheme.hxx. Without fix the ID was -1 meaning no theme is used.
uno::Reference<beans::XPropertySet> xShape0Props(xDrawPage->getByIndex(0), uno::UNO_QUERY);
CPPUNIT_ASSERT_EQUAL(uno::Any(sal_Int16(3)), xShape0Props->getPropertyValue(u"FillColorTheme"));