writerfilter/source/ooxml/model.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 633e8c98cbcf8f41b8f8394a5e1f396bf6f7138f
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Oct 9 18:30:03 2021 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Oct 10 08:17:17 2021 +0200

    Typo: CT_SytemColor_lastClr->CT_SystemColor_lastClr
    
    Change-Id: I10ebe939562097d3fc098a42c09b1e0f6e5cbd6e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123315
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/writerfilter/source/ooxml/model.xml 
b/writerfilter/source/ooxml/model.xml
index da6d56473d41..b5d3412cd61a 100644
--- a/writerfilter/source/ooxml/model.xml
+++ b/writerfilter/source/ooxml/model.xml
@@ -3557,7 +3557,7 @@
     </resource>
     <resource name="CT_SystemColor" resource="Properties">
       <attribute name="val" tokenid="ooxml:CT_SystemColor_val"/>
-      <attribute name="lastClr" tokenid="ooxml:CT_SytemColor_lastClr"/>
+      <attribute name="lastClr" tokenid="ooxml:CT_SystemColor_lastClr"/>
     </resource>
     <resource name="ST_SchemeColorVal" resource="List">
       <value tokenid="ooxml:Value_drawingml_ST_SchemeColorVal_bg1">bg1</value>

Reply via email to