diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-14 20:32:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-14 20:32:15 +0200 |
commit | 9d24f6ba270127ad330dc733e0fef3144319d07e (patch) | |
tree | 984b278e72f6e386217e044c0f0119a400ec8204 /include/sfx2/templatedlg.hxx | |
parent | 4e3772b1b472636b381ed511dcfff216fbe55d37 (diff) |
Missing ModelessDialog -> ModalDialog
Change-Id: I83a3eb34138c75dbc5a0239a9d761d22c6cd98a0
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 b9597cb3d8c3..8b133f40a042 100644 --- a/include/sfx2/templatedlg.hxx +++ b/include/sfx2/templatedlg.hxx @@ -42,7 +42,7 @@ namespace com { } } } } -class SFX2_DLLPUBLIC SfxTemplateManagerDlg : public ModelessDialog +class SFX2_DLLPUBLIC SfxTemplateManagerDlg : public ModalDialog { typedef bool (*selection_cmp_fn)(const ThumbnailViewItem*,const ThumbnailViewItem*); |