diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-10 00:05:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-11 09:05:05 +0100 |
commit | 6c4a4c200eda74ab0f958a10f38d3808df423e02 (patch) | |
tree | ae93e4e9a3ca2f1cf1f08193462d20fb7cce6782 /vcl/inc | |
parent | 2d3796fcd3053f9e58f018f6a11072b4e2a775f7 (diff) |
callcatcher: remove unused IsHighContrastBlackAndWhite
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/settings.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/vcl/settings.hxx b/vcl/inc/vcl/settings.hxx index 0ade4c63f295..2494f4fa5d08 100644 --- a/vcl/inc/vcl/settings.hxx +++ b/vcl/inc/vcl/settings.hxx @@ -713,7 +713,6 @@ public: { CopyData(); mpData->mnHighContrast = bHighContrast; } sal_Bool GetHighContrastMode() const { return (sal_Bool) mpData->mnHighContrast; } - sal_Bool IsHighContrastBlackAndWhite() const; void SetUseSystemUIFonts( sal_Bool bUseSystemUIFonts ) { CopyData(); mpData->mnUseSystemUIFonts = bUseSystemUIFonts; } sal_Bool GetUseSystemUIFonts() const |