summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authormatteocam <matteo.campanelli@gmail.com>2014-06-02 10:43:34 -0400
committerFridrich Štrba <fridrich.strba@bluewin.ch>2014-06-30 22:54:40 +0200
commit2f54ab70890c7e034fac623701f78ee80ff6fae3 (patch)
tree92a6e89de603ab903983f0c747e681e51e4becbd /editeng
parentf7f405980546ad8f07022b3e337d7a6be0a6d316 (diff)
Minor changes.
Change-Id: I3b8c51690eb14601435653e9a2255a5c6ed4fd7e (cherry picked from commit 0b8fe9834b398db7550f30718b3cb63860c6165d)
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editattr.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/editeng/source/editeng/editattr.cxx b/editeng/source/editeng/editattr.cxx
index b7c41eb09f2d..694e4d4d225a 100644
--- a/editeng/source/editeng/editattr.cxx
+++ b/editeng/source/editeng/editattr.cxx
@@ -134,6 +134,8 @@ void EditCharAttribUnderline::SetFont( SvxFont& rFont, OutputDevice* pOutDev )
/* FIXME(matteocam) */
rFont.SetFillColor(aColor); // XXX: alone it works but it set it white (vcl causing troubes?)
+ //if (pOutDev)
+ // pOutDev->SetTextFillColor(aColor); // this doesn't work either
// end FIXME
if ( pOutDev )