diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-28 09:20:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-02-28 11:12:34 +0100 |
commit | 65438bcda46bab4f2fe6fb555f44aace45e11e5e (patch) | |
tree | 2ab66bc66bcac539222832a0dd72813cafe1253b /cui/source/inc/cuitabarea.hxx | |
parent | 2dfffccde81b887752968387ccbdd578b1c4eb78 (diff) |
GetDialogController not valid yet
Change-Id: I476744d8f351f4ab2afce5974355a066edc8a4a6
Reviewed-on: https://gerrit.libreoffice.org/68489
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/cuitabarea.hxx')
-rw-r--r-- | cui/source/inc/cuitabarea.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index 98289ab450e6..5344c69e73bf 100644 --- a/cui/source/inc/cuitabarea.hxx +++ b/cui/source/inc/cuitabarea.hxx @@ -249,7 +249,7 @@ protected: std::unique_ptr<weld::ToggleButton> m_xBtnBitmap; std::unique_ptr<weld::ToggleButton> m_xBtnPattern; - void SetOptimalSize(); + void SetOptimalSize(weld::DialogController* pController); private: DECL_LINK(SelectFillTypeHdl_Impl, weld::ToggleButton&, void); |