From 22f4843900bd7ca1648f2fde2b9b94d0f93c70a7 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 27 May 2014 22:43:12 +0200 Subject: [PATCH] starmath: directly use white color Change-Id: I3b0e4ecd5def28c6b9f4639b8df16a2a0ea0008c --- starmath/source/ElementsDockingWindow.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx index d46f350e5f02..a3f9151e66da 100644 --- a/starmath/source/ElementsDockingWindow.cxx +++ b/starmath/source/ElementsDockingWindow.cxx @@ -556,9 +556,7 @@ SmElementsDockingWindow::SmElementsDockingWindow(SfxBindings* pInputBindings, Sf maElementListBox.SetSelectHdl(LINK(this, SmElementsDockingWindow, ElementSelectedHandle)); - Wallpaper aWallpaper( Color( COL_WHITE ) ); - - maElementsControl.SetBackground( aWallpaper ); + maElementsControl.SetBackground( Color( COL_WHITE ) ); maElementsControl.SetTextColor( Color( COL_BLACK ) ); maElementsControl.SetSelectHdl(LINK(this, SmElementsDockingWindow, SelectClickHdl));