Removed experimental change to IsTextFillColor
Change-Id: I99d1bfd3953c0fb01b9e202d93127b4f4f55faae (cherry picked from commit c9e23d31aef62a00acfa90de8a80fb68f5e9dcbf)
This commit is contained in:
committed by
Fridrich Štrba
parent
22f244ae45
commit
13ed85d1ab
@@ -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 );
|
||||
|
Reference in New Issue
Block a user