diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-12 10:07:24 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-12 10:16:36 +0100 |
commit | 32ca77577f781010aa4549016adaebff1a5a3624 (patch) | |
tree | de20660e4dbcec3ffa651923fdab142152d58370 /sfx2/inc/templatedlg.hxx | |
parent | d4dc0293a839e615f302d27b92e008d5d0f7d511 (diff) |
Template manager: dialog has no parent to show 'X' button
Change-Id: I1d7806a125fb34000f588f0936b48dd7ce411356
Diffstat (limited to 'sfx2/inc/templatedlg.hxx')
-rw-r--r-- | sfx2/inc/templatedlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx index c0d1284249c5..ae2cb1697289 100644 --- a/sfx2/inc/templatedlg.hxx +++ b/sfx2/inc/templatedlg.hxx @@ -37,7 +37,7 @@ class SfxTemplateManagerDlg : public ModelessDialog { public: - SfxTemplateManagerDlg (Window *parent = NULL); + SfxTemplateManagerDlg (Window *parent = DIALOG_NO_PARENT); ~SfxTemplateManagerDlg (); |