diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-27 22:43:12 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 01:38:14 +0200 |
commit | 22f4843900bd7ca1648f2fde2b9b94d0f93c70a7 (patch) | |
tree | 505ea49830a0a92ebc08fcea4fb97421522d70e9 /starmath | |
parent | 2b6a8cd88c026612dff7c5251c3d44b72d7840ba (diff) |
starmath: directly use white color
Change-Id: I3b0e4ecd5def28c6b9f4639b8df16a2a0ea0008c
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/ElementsDockingWindow.cxx | 4 |
1 files changed, 1 insertions, 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)); |