summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpcolor.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-04-24 20:40:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-04-25 21:55:07 +0200
commitfadcfa51e7ef5d654607e39073405fbe6c0c9568 (patch)
tree0a6646e02a7d58cee3fc2d7a5c156d3ef092edca /cui/source/tabpages/tpcolor.cxx
parent3d79f395ea6b0a960051615a98bfe58387c7d231 (diff)
remove newly unused SvxColorValueSet
Change-Id: Iaf7243430e50df4db84f7032eaf52728cc779c7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92896 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/tabpages/tpcolor.cxx')
-rw-r--r--cui/source/tabpages/tpcolor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx
index 456897ee28d6..4bae96abc837 100644
--- a/cui/source/tabpages/tpcolor.cxx
+++ b/cui/source/tabpages/tpcolor.cxx
@@ -154,8 +154,8 @@ void SvxColorTabPage::ImpColorCountChanged()
{
if (!pColorList.is())
return;
- m_xValSetColorList->SetColCount(SvxColorValueSet::getColumnCount());
- m_xValSetRecentList->SetColCount(SvxColorValueSet::getColumnCount());
+ m_xValSetColorList->SetColCount(ColorValueSet::getColumnCount());
+ m_xValSetRecentList->SetColCount(ColorValueSet::getColumnCount());
}
void SvxColorTabPage::FillPaletteLB()