summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-30 21:00:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-30 21:00:39 +0100
commit35449264c6b34a3f40d5c831351b8e3594f77e61 (patch)
tree95265a8174df7c999a2db6cbd9280ac383bc8f86
parent8bcbc765a2764a85add4be25ab9d4789f43bb640 (diff)
start weeding out TabDialog::AdjustLayout
Change-Id: I905aa0364b6be0871f34aa0dc466f99fb5c44dfc
-rw-r--r--vcl/source/window/tabdlg.cxx2
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();
}