summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-05 16:20:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-05 20:52:29 +0100
commit5f6af959fa0d0021ff473d34d5a4408cfca16a8f (patch)
tree5d23e67df950344928545dcebd2530ca97066da2 /include/vcl
parent57a1b2277df803387181f44ec70f4fa61c3fba4e (diff)
InfoFont/Color is not used by vcl now
anywhere anyone wanted to Get[Font|Color] give it the Label ones instead. why this is exposed through uno is bewildering, stubbed those out for the moment Change-Id: I7a31d027287436be1c075c76a370047efd010bf3
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/settings.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index 38f7eb0d0b89..2dcd0db75a9c 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -283,9 +283,6 @@ public:
void SetLabelTextColor( const Color& rColor );
const Color& GetLabelTextColor() const;
- void SetInfoTextColor( const Color& rColor );
- const Color& GetInfoTextColor() const;
-
void SetWindowColor( const Color& rColor );
const Color& GetWindowColor() const;
@@ -457,9 +454,6 @@ public:
void SetLabelFont( const vcl::Font& rFont );
const vcl::Font& GetLabelFont() const;
- void SetInfoFont( const vcl::Font& rFont );
- const vcl::Font& GetInfoFont() const;
-
void SetRadioCheckFont( const vcl::Font& rFont );
const vcl::Font& GetRadioCheckFont() const;