diff options
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editattr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/editeng/editattr.cxx b/editeng/source/editeng/editattr.cxx index 694e4d4d225a..a0974a238d77 100644 --- a/editeng/source/editeng/editattr.cxx +++ b/editeng/source/editeng/editattr.cxx @@ -134,6 +134,7 @@ void EditCharAttribUnderline::SetFont( SvxFont& rFont, OutputDevice* pOutDev ) /* FIXME(matteocam) */ rFont.SetFillColor(aColor); // XXX: alone it works but it set it white (vcl causing troubes?) + rFont.SetTransparent(false); // XXX: will this be enough? //if (pOutDev) // pOutDev->SetTextFillColor(aColor); // this doesn't work either // end FIXME |