diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index b58a30661e6b..1facc7c9ff0e 100644 --- a/cui/source/tabpages/tparea.cxx +++ b/cui/source/tabpages/tparea.cxx @@ -124,6 +124,8 @@ SvxAreaTabPage::SvxAreaTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs m_pBtnBitmap->SetClickHdl(aLink); m_pBtnPattern->SetClickHdl(aLink); + SetExchangeSupport(); + m_pFillTab->set_width_request(750); m_pFillTab->set_height_request(550); }