summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/line/LineWidthValueSet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/line/LineWidthValueSet.cxx')
-rw-r--r--svx/source/sidebar/line/LineWidthValueSet.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/sidebar/line/LineWidthValueSet.cxx b/svx/source/sidebar/line/LineWidthValueSet.cxx
index df4afd8fdef7..e78fd51ae3f7 100644
--- a/svx/source/sidebar/line/LineWidthValueSet.cxx
+++ b/svx/source/sidebar/line/LineWidthValueSet.cxx
@@ -26,7 +26,7 @@
namespace svx::sidebar {
LineWidthValueSet::LineWidthValueSet()
- : SvtValueSet(nullptr)
+ : ValueSet(nullptr)
, nSelItem(0)
, bCusEnable(false)
{
@@ -36,7 +36,7 @@ void LineWidthValueSet::Resize()
{
SetColCount();
SetLineCount(9);
- SvtValueSet::Resize();
+ ValueSet::Resize();
}
LineWidthValueSet::~LineWidthValueSet()
@@ -161,7 +161,7 @@ void LineWidthValueSet::UserDraw( const UserDrawEvent& rUDEvt )
void LineWidthValueSet::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);