oox/source/drawingml/shape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit be29cfe3663d81b579895acade39adb089b942d1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Mar 14 12:58:30 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Mar 14 13:45:01 2024 +0100

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

diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index aaf26527db5b..195b85f893df 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -1471,7 +1471,7 @@ Reference< XShape > const & Shape::createAndInsert(
                 xSet->setPropertyValue( rPropName, Any( false ) );
 
         // For extruded shapes, MSO uses the line color if no extrusion color 
is specified. LO uses
-        // fill color in 'automatic' case. Thus we set extrusion color 
explicitely.
+        // fill color in 'automatic' case. Thus we set extrusion color 
explicitly.
         if (bHas3DEffect && !aExtrusionColor.isUsed())
         {
             const OUString& rFillColor2PropName = 
PropertyMap::getPropertyName(PROP_FillColor2);

Reply via email to