diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-30 21:00:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-30 21:00:39 +0100 |
commit | 35449264c6b34a3f40d5c831351b8e3594f77e61 (patch) | |
tree | 95265a8174df7c999a2db6cbd9280ac383bc8f86 /vcl | |
parent | 8bcbc765a2764a85add4be25ab9d4789f43bb640 (diff) |
start weeding out TabDialog::AdjustLayout
Change-Id: I905aa0364b6be0871f34aa0dc466f99fb5c44dfc
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/tabdlg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/window/tabdlg.cxx b/vcl/source/window/tabdlg.cxx index cedf2ea6756d..c0b4d9ead371 100644 --- a/vcl/source/window/tabdlg.cxx +++ b/vcl/source/window/tabdlg.cxx @@ -261,6 +261,8 @@ void TabDialog::StateChanged( StateChangedType nType ) void TabDialog::AdjustLayout() { + SAL_WARN_IF(isLayoutEnabled(), "vcl.layout", "unnecessary to call TabDialog::AdjustLayout when layout enabled"); + ImplPosControls(); queue_resize(); } |