summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/scendlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/scendlg.hxx')
-rw-r--r--sc/source/ui/inc/scendlg.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/ui/inc/scendlg.hxx b/sc/source/ui/inc/scendlg.hxx
index 15a9f2c144fd..8b43bbee3ec6 100644
--- a/sc/source/ui/inc/scendlg.hxx
+++ b/sc/source/ui/inc/scendlg.hxx
@@ -27,6 +27,8 @@
#include <svtools/svmedit.hxx>
#include <svtools/ctrlbox.hxx>
+class SvxColorListBox;
+
class ScNewScenarioDlg : public ModalDialog
{
public:
@@ -43,7 +45,7 @@ private:
VclPtr<Edit> m_pEdName;
VclPtr<VclMultiLineEdit> m_pEdComment;
VclPtr<CheckBox> m_pCbShowFrame;
- VclPtr<ColorListBox> m_pLbColor;
+ VclPtr<SvxColorListBox> m_pLbColor;
VclPtr<CheckBox> m_pCbTwoWay;
VclPtr<CheckBox> m_pCbCopyAll;
VclPtr<CheckBox> m_pCbProtect;