22#include <officecfg/Office/Common.hxx>
29 : GenericDialogController(pParent,
"cui/ui/fileextcheckdialog.ui",
"FileExtCheckDialog")
30 , m_pText(m_xBuilder->weld_label(
"lbText"))
31 , m_pPerformCheck(m_xBuilder->weld_check_button(
"cbPerformCheck"))
32 , m_pOk(m_xBuilder->weld_button(
"btnOk"))
42 std::shared_ptr<comphelper::ConfigurationChanges> xChanges(
44 officecfg::Office::Common::Misc::PerformFileExtCheck::set(
m_pPerformCheck->get_active(),
virtual ~FileExtCheckDialog() override
std::unique_ptr< weld::CheckButton > m_pPerformCheck
std::unique_ptr< weld::Label > m_pText
std::unique_ptr< weld::Button > m_pOk
FileExtCheckDialog(weld::Window *pWindow, const OUString &sTitle, const OUString &sMsg)
static std::shared_ptr< ConfigurationChanges > create()
void response(int nResponse)
std::shared_ptr< weld::Dialog > m_xDialog
IMPL_LINK_NOARG(FileExtCheckDialog, OnOkClick, weld::Button &, void)
#define LINK(Instance, Class, Member)
VCL_DLLPUBLIC void LaunchRegistrationUI()