oox/qa/unit/shape.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5eda5ef2530e0e2d4f9e7f33f1ab1a8fa933fe7f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jan 5 11:15:10 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Jan 5 13:00:20 2023 +0000

    Fix typo
    
    Change-Id: Icde32c862bb498af0908399b388973db4d7f8b02
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145074
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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"));

Reply via email to