diff options
Diffstat (limited to 'cui/source/factory/dlgfact.cxx')
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 34d735b8beb0..60c14b21c92d 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -99,6 +99,7 @@ #include <fileextcheckdlg.hxx> #include <TextColumnsPage.hxx> #include <querydialog.hxx> +#include <welcomedlg.hxx> #include <MacroManagerDialog.hxx> @@ -1403,6 +1404,11 @@ public: }; } +VclPtr<SfxAbstractTabDialog> AbstractDialogFactory_Impl::CreateWelcomeDialog(weld::Window* pParent) +{ + return VclPtr<CuiAbstractTabController_Impl<WelcomeDialog>>::Create(pParent); +} + VclPtr<SfxAbstractPasteDialog> AbstractDialogFactory_Impl::CreatePasteDialog(weld::Window* pParent) { return VclPtr<AbstractPasteDialog_Impl>::Create(pParent); |