summaryrefslogtreecommitdiff
path: root/sd/source/ui/table/TableDesignPane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/table/TableDesignPane.cxx')
-rw-r--r--sd/source/ui/table/TableDesignPane.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx
index 01aedcb24ca6..64009e7bfe77 100644
--- a/sd/source/ui/table/TableDesignPane.cxx
+++ b/sd/source/ui/table/TableDesignPane.cxx
@@ -142,7 +142,7 @@ static SfxDispatcher* getDispatcher( ViewShellBase const & rBase )
return nullptr;
}
-IMPL_LINK_NOARG(TableDesignWidget, implValueSetHdl, SvtValueSet*, void)
+IMPL_LINK_NOARG(TableDesignWidget, implValueSetHdl, ValueSet*, void)
{
ApplyStyle();
}
@@ -280,7 +280,7 @@ void TableDesignWidget::onSelectionChanged()
void TableValueSet::Resize()
{
- SvtValueSet::Resize();
+ ValueSet::Resize();
// Calculate the number of rows and columns.
if( GetItemCount() <= 0 )
return;
@@ -316,7 +316,7 @@ void TableValueSet::Resize()
}
TableValueSet::TableValueSet(std::unique_ptr<weld::ScrolledWindow> pScrolledWindow)
- : SvtValueSet(std::move(pScrolledWindow))
+ : ValueSet(std::move(pScrolledWindow))
, m_bModal(false)
{
}