summaryrefslogtreecommitdiff
path: root/sw/source/core/view/viewimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/view/viewimp.cxx')
-rw-r--r--sw/source/core/view/viewimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/view/viewimp.cxx b/sw/source/core/view/viewimp.cxx
index 8cc6d4e8797b..ee204d12fb9b 100644
--- a/sw/source/core/view/viewimp.cxx
+++ b/sw/source/core/view/viewimp.cxx
@@ -254,7 +254,7 @@ Color SwViewShellImp::GetRetoucheColor() const
if ( rSh.GetWin() )
{
if ( rSh.GetViewOptions()->getBrowseMode() &&
- COL_TRANSPARENT != rSh.GetViewOptions()->GetRetoucheColor().GetColor() )
+ COL_TRANSPARENT != rSh.GetViewOptions()->GetRetoucheColor() )
aRet = rSh.GetViewOptions()->GetRetoucheColor();
else if(rSh.GetViewOptions()->IsPagePreview() &&
!SW_MOD()->GetAccessibilityOptions().GetIsForPagePreviews())