summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/html/htmlpars.cxx
diff options
context:
space:
mode:
authorSarper Akdemir <sarper.akdemir@collabora.com>2021-11-01 01:23:31 +0300
committerSarper Akdemir <sarper.akdemir@collabora.com>2021-11-01 03:25:47 +0300
commit7adc1fa124a334578657466e32dbbbaad3439350 (patch)
tree6e9d2cfa12e78889578f70d79ddaead2fb98e212 /sc/source/filter/html/htmlpars.cxx
parentintroduce virtual theme color sets (diff)
downloadcore-7adc1fa124a334578657466e32dbbbaad3439350.tar.gz
core-7adc1fa124a334578657466e32dbbbaad3439350.zip
WIP: refactor SfxObjectShell out of SvxColorItem feature/themesupport2
Change-Id: Ib6be30a543b3ecac117260e7b0d4a4a5cb3e2411
Diffstat (limited to 'sc/source/filter/html/htmlpars.cxx')
-rw-r--r--sc/source/filter/html/htmlpars.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx
index e320269352ed..ba9761336bc7 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -1438,7 +1438,7 @@ void ScHTMLLayoutParser::FontOn( HtmlImportInfo* pInfo )
{
Color aColor;
rOption.GetColor( aColor );
- mxActEntry->aItemSet.Put( SvxColorItem( aColor, ATTR_FONT_COLOR ) );
+ mxActEntry->aItemSet.Put( SvxColorItem( aColor, ColorSets::getColorSetsFromItemSet(mxActEntry->aItemSet), ATTR_FONT_COLOR ) );
}
break;
default: break;