Kaydet (Commit) 89047448 authored tarafından Caolán McNamara's avatar Caolán McNamara

whoops, de-break SOME BROKEN FOO

Change-Id: I9598c6762148ca4c1b1dccc3cc25741cf19cab24
üst 9fb829ab
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "sortkeydlg.hxx" #include "sortkeydlg.hxx"
#include "sortdlg.hxx" #include "sortdlg.hxx"
#include "sortdlg.hrc" #include "sortdlg.hrc"
#include <vcl/layout.hxx>
// ======================================================================= // =======================================================================
...@@ -45,7 +46,7 @@ ScSortKeyItem::ScSortKeyItem(Window* pParent) ...@@ -45,7 +46,7 @@ ScSortKeyItem::ScSortKeyItem(Window* pParent)
long ScSortKeyItem::getItemHeight() const long ScSortKeyItem::getItemHeight() const
{ {
return m_pFrame->get_preferred_size().Height(); return VclContainer::getLayoutRequisition(*m_pFrame).Height();
} }
void ScSortKeyItem::DisableField() void ScSortKeyItem::DisableField()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment