summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-23 12:39:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-23 14:58:02 +0000
commit8b3bfa53c9ed62ea4d744ae0d874241b8fb27a81 (patch)
tree50c1c2c89ef89bf17046fd8c05b52fc5f4d64b83 /sw
parent8ac384a5ca391693773478210b6334862967ae30 (diff)
SvtAccessibilityOptions::GetIsForBorders is no longer used
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/table/tautofmt.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/table/tautofmt.cxx b/sw/source/ui/table/tautofmt.cxx
index ad9acbd06509..efe3c9135253 100644
--- a/sw/source/ui/table/tautofmt.cxx
+++ b/sw/source/ui/table/tautofmt.cxx
@@ -968,8 +968,7 @@ void AutoFmtPreview::NotifyChange( const SwTableAutoFmt& rNewData )
void AutoFmtPreview::DoPaint( const Rectangle& /*rRect*/ )
{
sal_uInt32 nOldDrawMode = aVD.GetDrawMode();
- if( GetSettings().GetStyleSettings().GetHighContrastMode() &&
- SW_MOD()->GetAccessibilityOptions().GetIsForBorders() )
+ if( GetSettings().GetStyleSettings().GetHighContrastMode() )
aVD.SetDrawMode( DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | DRAWMODE_SETTINGSTEXT | DRAWMODE_SETTINGSGRADIENT );
Bitmap thePreview;