diff options
Diffstat (limited to 'sc/source/ui/sidebar/CellLineStyleValueSet.cxx')
-rw-r--r-- | sc/source/ui/sidebar/CellLineStyleValueSet.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx index dac0df57380f..624df4882efd 100644 --- a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx +++ b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx @@ -26,7 +26,7 @@ namespace sc::sidebar { CellLineStyleValueSet::CellLineStyleValueSet() - : SvtValueSet(nullptr) + : ValueSet(nullptr) , nSelItem(0) { } @@ -37,7 +37,7 @@ CellLineStyleValueSet::~CellLineStyleValueSet() void CellLineStyleValueSet::SetDrawingArea(weld::DrawingArea* pDrawingArea) { - SvtValueSet::SetDrawingArea(pDrawingArea); + ValueSet::SetDrawingArea(pDrawingArea); Size aSize = pDrawingArea->get_ref_device().LogicToPixel(Size(80, 12 * 9), MapMode(MapUnit::MapAppFont)); pDrawingArea->set_size_request(aSize.Width(), aSize.Height()); SetOutputSizePixel(aSize); |