diff options
author | matteocam <matteo.campanelli@gmail.com> | 2014-06-04 23:46:45 -0400 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2014-06-30 22:54:41 +0200 |
commit | 13ed85d1ab5b60df45d88c823e584acf94b83527 (patch) | |
tree | c16d227df32201bf1c9f6e363ecf4e4a0b94e46a /include | |
parent | 22f244ae45251ca07400f8eac8c40b6a0a8dbf3c (diff) |
Removed experimental change to IsTextFillColor
Change-Id: I99d1bfd3953c0fb01b9e202d93127b4f4f55faae
(cherry picked from commit c9e23d31aef62a00acfa90de8a80fb68f5e9dcbf)
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |