https://bugs.documentfoundation.org/show_bug.cgi?id=99010

            Bug ID: 99010
           Summary: Convert one more dialog to UI technlogy
           Product: LibreOffice
           Version: 5.2.0.0.alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: framework
          Assignee: [email protected]
          Reporter: [email protected]

There is a remaining dialog that has not been converted to .ui file.

The dialog is located in File - New - Template and click in the New Folder
icon.

The dialog that pops up ask for the folder name and is not an .ui file.

This dialog is STR_INPUT_NEW

code pointers

tdf@olivier-ntbk:~/git/core/sfx2$ git grep STR_INPUT_NEW
source/doc/doc.hrc:#define STR_INPUT_NEW                      
(RID_SFX_DOC_START+134)
source/doc/doc.src:String STR_INPUT_NEW
source/doc/templatedlg.cxx:    ScopedVclPtrInstance< InputDialog >
dlg(SfxResId(STR_INPUT_NEW).toString(),this);
source/doc/templatedlg.cxx:        ScopedVclPtrInstance< InputDialog >
dlg(SfxResId(STR_INPUT_NEW).toString(),this);
source/doc/templatedlg.cxx:        ScopedVclPtrInstance< InputDialog >
dlg(SfxResId(STR_INPUT_NEW).toString(),this);
source/doc/templatedlg.cxx:        ScopedVclPtrInstance< InputDialog >
dlg(SfxResId(STR_INPUT_NEW).toString(),this);

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to