diff options
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(); } |