summaryrefslogtreecommitdiff
path: root/sw/source/uibase/lingu/sdrhhcwrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/lingu/sdrhhcwrap.cxx')
-rw-r--r--sw/source/uibase/lingu/sdrhhcwrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/lingu/sdrhhcwrap.cxx b/sw/source/uibase/lingu/sdrhhcwrap.cxx
index 5bb3e164352b..6ae103bcb830 100644
--- a/sw/source/uibase/lingu/sdrhhcwrap.cxx
+++ b/sw/source/uibase/lingu/sdrhhcwrap.cxx
@@ -76,7 +76,7 @@ SdrHHCWrapper::SdrHHCWrapper( SwView* pVw,
pOutlView->GetOutliner()->SetRefDevice(pView->GetWrtShell().getIDocumentDeviceAccess().getPrinter( false ));
// Hack: all SdrTextObj attributes should be transferred to EditEngine
- pOutlView->SetBackgroundColor( Color( COL_WHITE ) );
+ pOutlView->SetBackgroundColor( COL_WHITE );
InsertView( pOutlView );
Point aPoint( 0, 0 );