From 13ed85d1ab5b60df45d88c823e584acf94b83527 Mon Sep 17 00:00:00 2001 From: matteocam Date: Wed, 4 Jun 2014 23:46:45 -0400 Subject: [PATCH] Removed experimental change to IsTextFillColor Change-Id: I99d1bfd3953c0fb01b9e202d93127b4f4f55faae (cherry picked from commit c9e23d31aef62a00acfa90de8a80fb68f5e9dcbf) --- include/vcl/outdev.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index a0edcc7554c4..e3507616be59 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1040,7 +1040,7 @@ public: void SetTextFillColor(); void SetTextFillColor( const Color& rColor ); Color GetTextFillColor() const; - bool IsTextFillColor() const { return maFont.GetUnderline() == UNDERLINE_SINGLE; /*return !maFont.IsTransparent();*/ } + bool IsTextFillColor() const { return return !maFont.IsTransparent(); } void SetTextLineColor(); void SetTextLineColor( const Color& rColor );