summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-11-06 15:36:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-11-07 22:02:06 +0100
commitca04f207d750be041abcdb5344a6cbd308151492 (patch)
treeb55ae317ad97312d3da1632037d8fab7436becb9 /xmloff
parent7acf5fe037e50557c6ddbc8d9a797dc727ce4001 (diff)
0xffffffff is COL_TRANSPARENT/COL_AUTO
Change-Id: I17d4a3d3a05913f4f0fc11508f2196b30661b88a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105415 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/xmlnumi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx
index d658fee12476..16eff2be6aff 100644
--- a/xmloff/source/style/xmlnumi.cxx
+++ b/xmloff/source/style/xmlnumi.cxx
@@ -629,7 +629,7 @@ SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl(
case XML_ELEMENT(STYLE, XML_USE_WINDOW_FONT_COLOR):
{
if( IsXMLToken( sValue, XML_TRUE ) )
- rListLevel.SetColor( Color(0xffffffff) );
+ rListLevel.SetColor(COL_AUTO);
}
break;
case XML_ELEMENT(FO, XML_FONT_SIZE):