[Libreoffice-commits] core.git: include/sfx2

Stephan Bergmann sbergman at redhat.com
Tue Oct 14 11:32:58 PDT 2014


 include/sfx2/templatedlg.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9d24f6ba270127ad330dc733e0fef3144319d07e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Oct 14 20:32:15 2014 +0200

    Missing ModelessDialog -> ModalDialog
    
    Change-Id: I83a3eb34138c75dbc5a0239a9d761d22c6cd98a0

diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx
index b9597cb..8b133f4 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*);
 


More information about the Libreoffice-commits mailing list