xmloff/source/text/txtprmap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 54cb5990e694385dd269dc2e946c58d64390986a
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Dec 29 21:37:02 2022 +0000
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Mon Jan 2 08:18:42 2023 +0000

    tdf#150707 xmloff/source/style/xmlexppr.cxx:907: no prop type specified
    
    warning seen on saving very simple writer document.
    
    maybe since:
    
    commit 91f649a119d4b7ece26f9737a38663664953a57a
    Date:   Thu Dec 9 08:43:27 2021 +0100
    
        ODP import/export: refer to theme from shape text color
    
        Refer to the 12 pre-defined colors by name + don't write the attribute
        for the case when there is no theme.
    
    Change-Id: I4a7d21a7bab1ee77336ed6a5de8862fbab9be177
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144870
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx
index 8385e678bfbe..527c63bbc1f0 100644
--- a/xmloff/source/text/txtprmap.cxx
+++ b/xmloff/source/text/txtprmap.cxx
@@ -139,7 +139,7 @@ XMLPropertyMapEntry const aXMLParaPropMap[] =
     MT_ED( PROP_CharColor,     STYLE,  USE_WINDOW_FONT_COLOR,  
XML_TYPE_ISAUTOCOLOR|MID_FLAG_MERGE_PROPERTY,   0 ),
     MAP_EXT_I( PROP_CharTransparence, XML_NAMESPACE_DRAW, XML_OPACITY, 
XML_TYPE_NEG_PERCENT16 | XML_TYPE_PROP_TEXT, 0),
     MAP_EXT( PROP_CharTransparence, XML_NAMESPACE_LO_EXT, XML_OPACITY, 
XML_TYPE_NEG_PERCENT16 | XML_TYPE_PROP_TEXT, 0),
-    MAP_EXT( PROP_CharColorTheme, XML_NAMESPACE_LO_EXT, XML_THEME_COLOR, 
XML_TYPE_THEME_COLOR, 0),
+    MAP_EXT( PROP_CharColorTheme, XML_NAMESPACE_LO_EXT, XML_THEME_COLOR, 
XML_TYPE_THEME_COLOR | XML_TYPE_PROP_TEXT, 0),
     MAP_EXT( PROP_CharColorLumMod, XML_NAMESPACE_LO_EXT, XML_COLOR_LUM_MOD, 
XML_TYPE_PERCENT100 | XML_TYPE_PROP_TEXT, 0),
     MAP_EXT( PROP_CharColorLumOff, XML_NAMESPACE_LO_EXT, XML_COLOR_LUM_OFF, 
XML_TYPE_PERCENT100 | XML_TYPE_PROP_TEXT, 0),
     // RES_CHRATR_CONTOUR

Reply via email to