summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tpview.hxx')
-rw-r--r--sc/source/ui/inc/tpview.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tpview.hxx b/sc/source/ui/inc/tpview.hxx
index 480d82432442..359be4889d81 100644
--- a/sc/source/ui/inc/tpview.hxx
+++ b/sc/source/ui/inc/tpview.hxx
@@ -28,14 +28,13 @@
#include <svx/strarray.hxx>
class ScViewOptions;
-class SvxColorListBox;
class ScTpContentOptions : public SfxTabPage
{
friend class VclPtr<ScTpContentOptions>;
VclPtr<ListBox> pGridLB;
VclPtr<FixedText> pColorFT;
- VclPtr<SvxColorListBox> pColorLB;
+ VclPtr<ColorListBox> pColorLB;
VclPtr<CheckBox> pBreakCB;
VclPtr<CheckBox> pGuideLineCB;