summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/opredlin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/opredlin.hxx')
-rw-r--r--sc/source/ui/inc/opredlin.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/sc/source/ui/inc/opredlin.hxx b/sc/source/ui/inc/opredlin.hxx
index a0a3e765c3be..69d1bfb31db4 100644
--- a/sc/source/ui/inc/opredlin.hxx
+++ b/sc/source/ui/inc/opredlin.hxx
@@ -36,11 +36,10 @@
class ScRedlineOptionsTabPage : public SfxTabPage
{
- VclPtr<ColorListBox> m_pContentColorLB;
- VclPtr<ColorListBox> m_pRemoveColorLB;
- VclPtr<ColorListBox> m_pInsertColorLB;
- VclPtr<ColorListBox> m_pMoveColorLB;
- OUString aAuthorStr;
+ VclPtr<SvxColorListBox> m_pContentColorLB;
+ VclPtr<SvxColorListBox> m_pRemoveColorLB;
+ VclPtr<SvxColorListBox> m_pInsertColorLB;
+ VclPtr<SvxColorListBox> m_pMoveColorLB;
public: