summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/SvxPresetListBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/SvxPresetListBox.cxx')
-rw-r--r--svx/source/tbxctrls/SvxPresetListBox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/SvxPresetListBox.cxx b/svx/source/tbxctrls/SvxPresetListBox.cxx
index 92b0e4233a6c..1b9aa8e8beed 100644
--- a/svx/source/tbxctrls/SvxPresetListBox.cxx
+++ b/svx/source/tbxctrls/SvxPresetListBox.cxx
@@ -24,7 +24,7 @@
#include <vcl/svapp.hxx>
SvxPresetListBox::SvxPresetListBox(std::unique_ptr<weld::ScrolledWindow> pWindow)
- : SvtValueSet(std::move(pWindow))
+ : ValueSet(std::move(pWindow))
, aIconSize(60, 64)
{
SetEdgeBlending(true);
@@ -37,7 +37,7 @@ void SvxPresetListBox::Resize()
WinBits aWinBits(GetStyle());
aWinBits |= WB_VSCROLL;
SetStyle(aWinBits);
- SvtValueSet::Resize();
+ ValueSet::Resize();
}
bool SvxPresetListBox::Command(const CommandEvent& rEvent)