From ccea0834d79545369af70a7240e3480e183a6102 Mon Sep 17 00:00:00 2001 From: Krisztian Pinter Date: Mon, 28 Jul 2014 19:18:14 +0200 Subject: Change palette selection ComboBox to ListBox Change-Id: Id844781c06e37d66f3eebac9d905c58a62682cb0 --- svx/source/tbxctrls/colorwindow.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/source/tbxctrls/colorwindow.hxx') diff --git a/svx/source/tbxctrls/colorwindow.hxx b/svx/source/tbxctrls/colorwindow.hxx index 2f2d3183e2d9..70db254f9de2 100644 --- a/svx/source/tbxctrls/colorwindow.hxx +++ b/svx/source/tbxctrls/colorwindow.hxx @@ -30,7 +30,7 @@ #include #include #include -#include +#include // class SvxColorWindow_Impl -------------------------------------------------- @@ -44,7 +44,7 @@ private: const sal_uInt16 theSlotId; SvxColorValueSet* mpColorSet; Size maWindowSize; - ComboBox* mpPaletteComboBox; + ListBox* mpPaletteListBox; PushButton* mpButtonPicker; OUString maCommand; Link maSelectedLink; -- cgit v1.2.3