diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-27 15:54:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-27 22:47:44 +0100 |
commit | 74e1112a546b1d116f30161952c35819e4b72f84 (patch) | |
tree | ce751984add2bf59fa4e83f96f875abc03cb58ee /cui/source/tabpages/border.cxx | |
parent | 9c047d066811e2227948e4d03c2fd8a94087b38c (diff) |
move LineListBox beside last consumer
Change-Id: Ie683784a9f4ecfb0015bf7ae79769238719a6376
Reviewed-on: https://gerrit.libreoffice.org/69841
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/tabpages/border.cxx')
-rw-r--r-- | cui/source/tabpages/border.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx index a66b3481943a..e8169f2cb0e0 100644 --- a/cui/source/tabpages/border.cxx +++ b/cui/source/tabpages/border.cxx @@ -1272,9 +1272,9 @@ void SvxBorderTabPage::FillLineListBox_Impl() static struct { SvxBorderLineStyle mnStyle; long mnMinWidth; - LineListBox::ColorFunc mpColor1Fn; - LineListBox::ColorFunc mpColor2Fn; - LineListBox::ColorDistFunc mpColorDistFn; + SvtLineListBox::ColorFunc mpColor1Fn; + SvtLineListBox::ColorFunc mpColor2Fn; + SvtLineListBox::ColorDistFunc mpColorDistFn; } const aLines[] = { // Simple lines { SvxBorderLineStyle::SOLID, 0, &sameColor, &sameColor, &sameDistColor }, |