summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-03-06 08:38:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-03-06 13:07:58 +0100
commit4474d167e1b69ab9ca8a97c636f0400a5084641a (patch)
tree2d29b5167785fa7e53bc3aa4c2686bf718106658 /svx/source
parent43436ef43132eb3ee6c10c0fe50971062677682a (diff)
drop StyleSettings::GetColorValueSetMaximumRowCount
pull it into the only place it is used. Change-Id: I5923f1599e033d893cebea606138c53ab2cd02fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112045 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/tbxctrls/SvxColorValueSet.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/tbxctrls/SvxColorValueSet.cxx b/svx/source/tbxctrls/SvxColorValueSet.cxx
index e349083e34aa..9176c00a2a8d 100644
--- a/svx/source/tbxctrls/SvxColorValueSet.cxx
+++ b/svx/source/tbxctrls/SvxColorValueSet.cxx
@@ -36,11 +36,6 @@ FactoryFunction SvxColorValueSet::GetUITestFactory() const
return SvxColorValueSetUIObject::create;
}
-sal_uInt32 SvxColorValueSet::getMaxRowCount()
-{
- return StyleSettings::GetColorValueSetMaximumRowCount();
-}
-
sal_uInt32 SvxColorValueSet::getEntryEdgeLength()
{
const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings();