diff options
author | homeboy445 <akshitsan13@gmail.com> | 2021-06-29 21:16:26 +0530 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-07-29 13:41:26 +0200 |
commit | 3e35fb78ac577d6bca9a05276f50ab98a8b6425f (patch) | |
tree | 9e0b7c46721c95df867bb1e0fbcb4c620e2cfb01 /cui/source/factory/dlgfact.cxx | |
parent | 27612dc0d3afad4f7eec7109a09262e877c63399 (diff) |
Intialize the VCL test dialog directly instead of dispatching command
Change-Id: Ia24c97b12266dac3a6f315993558f3cdac8a4652
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118124
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'cui/source/factory/dlgfact.cxx')
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 943bf5c84023..75fb59b7fe29 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -64,7 +64,6 @@ #include <SignatureLineDialog.hxx> #include <SignSignatureLineDialog.hxx> #include <QrCodeGenDialog.hxx> -#include <GraphicsTestsDialog.hxx> #include <SpellDialog.hxx> #include <cfg.hxx> #include <numpages.hxx> @@ -1696,13 +1695,6 @@ AbstractDialogFactory_Impl::CreateAboutDialog(weld::Window* pParent) } VclPtr<VclAbstractDialog> -AbstractDialogFactory_Impl::CreateGraphicTestsDialog(weld::Window* pParent) -{ - return VclPtr<CuiAbstractController_Impl>::Create( - std::make_unique<GraphicsTestsDialog>(pParent)); -} - -VclPtr<VclAbstractDialog> AbstractDialogFactory_Impl::CreateTipOfTheDayDialog(weld::Window* pParent) { return VclPtr<CuiAbstractTipController_Impl>::Create( |