summaryrefslogtreecommitdiff
path: root/vcl/ios
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 /vcl/ios
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 'vcl/ios')
-rw-r--r--vcl/ios/iosinst.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx
index fa821a2233af..f0f80f08f399 100644
--- a/vcl/ios/iosinst.cxx
+++ b/vcl/ios/iosinst.cxx
@@ -118,7 +118,6 @@ public:
aStyleSet.SetMenuFont( aFont );
aStyleSet.SetToolFont( aFont );
aStyleSet.SetLabelFont( aFont );
- aStyleSet.SetInfoFont( aFont );
aStyleSet.SetRadioCheckFont( aFont );
aStyleSet.SetPushButtonFont( aFont );
aStyleSet.SetFieldFont( aFont );