diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-08 08:05:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-08 13:43:25 +0100 |
commit | fbc634d448000089376cf5fbde4413093ea9ed2d (patch) | |
tree | c81e2608fe27032e8a901b20f1491aa482a42760 /vcl/source | |
parent | ae2efbf125052fad12ecb799ba45992c8ff56c2e (diff) |
make this ctor of MessageDialog for the builder only
Change-Id: Ic92f6e46164bdb2e15a0a23876fce5be10a73324
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/layout.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx index 3c7132789a22..fb9903456b32 100644 --- a/vcl/source/window/layout.cxx +++ b/vcl/source/window/layout.cxx @@ -1946,7 +1946,6 @@ MessageDialog::MessageDialog(Window* pParent, WinBits nStyle) , m_pSecondaryMessage(NULL) { SetType(WINDOW_MESSBOX); - create_owned_areas(); } MessageDialog::MessageDialog(Window* pParent, |