diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-14 17:16:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-14 17:16:34 +0100 |
commit | 60126254eba8a6a6b94c60b2101ee90986161e24 (patch) | |
tree | a14cd4a79a5291b1ff590ee1e0a7934793cf760a /include/sfx2/templatedlg.hxx | |
parent | b13591d48f58b45f4465ce03bd1248ec1e95584f (diff) |
Resolves: fdo#72587 make template dialog Modal
Change-Id: Iefb63bc7cdbff2217f16c1a72fc271361227588b
Diffstat (limited to 'include/sfx2/templatedlg.hxx')
-rw-r--r-- | include/sfx2/templatedlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx index 984b06a2d16d..b9597cb3d8c3 100644 --- a/include/sfx2/templatedlg.hxx +++ b/include/sfx2/templatedlg.hxx @@ -48,7 +48,7 @@ class SFX2_DLLPUBLIC SfxTemplateManagerDlg : public ModelessDialog public: - SfxTemplateManagerDlg (vcl::Window *parent = DIALOG_NO_PARENT); + SfxTemplateManagerDlg(vcl::Window *parent = NULL); virtual ~SfxTemplateManagerDlg (); |