summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatdlgentry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/condformatdlgentry.hxx')
-rw-r--r--sc/source/ui/inc/condformatdlgentry.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx
index 4ca6a9f1a38c..4686f5386557 100644
--- a/sc/source/ui/inc/condformatdlgentry.hxx
+++ b/sc/source/ui/inc/condformatdlgentry.hxx
@@ -18,6 +18,7 @@
class ScIconSetFrmtDataEntry;
class ScCondFormatDlg;
+class SvxColorListBox;
namespace condformat {
@@ -168,8 +169,8 @@ class ScColorScale2FrmtEntry : public ScCondFrmtEntry
VclPtr<Edit> maEdMin;
VclPtr<Edit> maEdMax;
- VclPtr<ColorListBox> maLbColMin;
- VclPtr<ColorListBox> maLbColMax;
+ VclPtr<SvxColorListBox> maLbColMin;
+ VclPtr<SvxColorListBox> maLbColMax;
ScFormatEntry* createColorscaleEntry() const;
@@ -202,9 +203,9 @@ class ScColorScale3FrmtEntry : public ScCondFrmtEntry
VclPtr<Edit> maEdMiddle;
VclPtr<Edit> maEdMax;
- VclPtr<ColorListBox> maLbColMin;
- VclPtr<ColorListBox> maLbColMiddle;
- VclPtr<ColorListBox> maLbColMax;
+ VclPtr<SvxColorListBox> maLbColMin;
+ VclPtr<SvxColorListBox> maLbColMiddle;
+ VclPtr<SvxColorListBox> maLbColMax;
ScFormatEntry* createColorscaleEntry() const;