summaryrefslogtreecommitdiff
path: root/cui/source/options/optchart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optchart.hxx')
-rw-r--r--cui/source/options/optchart.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optchart.hxx b/cui/source/options/optchart.hxx
index f8b0dcb8f1f4..807fd294e8f3 100644
--- a/cui/source/options/optchart.hxx
+++ b/cui/source/options/optchart.hxx
@@ -46,7 +46,7 @@ private:
std::unique_ptr<weld::Button> m_xPBDefault;
std::unique_ptr<weld::Button> m_xPBAdd;
std::unique_ptr<weld::Button> m_xPBRemove;
- std::unique_ptr<ColorValueSet> m_xValSetColorBox;
+ std::unique_ptr<SvxColorValueSet> m_xValSetColorBox;
std::unique_ptr<weld::CustomWeld> m_xValSetColorBoxWin;
DECL_LINK(ResetToDefaults, weld::Button&, void);