diff options
author | Palenik Mihály <palenik.mihaly@gmail.com> | 2015-01-25 01:03:57 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-01-25 16:11:05 +0000 |
commit | 148e489e33a34c6345326c9beaf248ac91f8cd01 (patch) | |
tree | 3677b1849ab70dfb59b7439ab46bc5c5a1fd1c82 /include | |
parent | 164903c0441a2cd79bc06708fe7e69780bb85a09 (diff) |
fdo#84592 Improve SvTreeListBox class with alternating rows.
It is possible to set alternating rows. Expert Configuration dialog use it.
This bug was fixed earlier, but after this feature didn't work.
Change-Id: I3602a6b03db32d6f43ec163de2427f4a018c7779
Reviewed-on: https://gerrit.libreoffice.org/14164
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/settings.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index a65712774b00..c701654770dd 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -351,9 +351,6 @@ public: void SetInactiveTabColor( const Color& rColor ); const Color& GetInactiveTabColor() const; - void SetRowColor( const Color& rColor ); - const Color& GetRowColor() const; - void SetAlternatingRowColor( const Color& rColor ); const Color& GetAlternatingRowColor() const; |