starmath: directly use white color

Change-Id: I3b0e4ecd5def28c6b9f4639b8df16a2a0ea0008c
This commit is contained in:
Thomas Arnhold 2014-05-27 22:43:12 +02:00
parent 2b6a8cd88c
commit 22f4843900

View File

@ -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));