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 /include/sfx2/sfxdlg.hxx | |
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 'include/sfx2/sfxdlg.hxx')
-rw-r--r-- | include/sfx2/sfxdlg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/sfxdlg.hxx b/include/sfx2/sfxdlg.hxx index 8313693e1c70..fc2941d3189a 100644 --- a/include/sfx2/sfxdlg.hxx +++ b/include/sfx2/sfxdlg.hxx @@ -146,8 +146,6 @@ public: virtual VclPtr<VclAbstractDialog> CreateAboutDialog(weld::Window* _pParent) = 0; - virtual VclPtr<VclAbstractDialog> CreateGraphicTestsDialog(weld::Window* pParent) = 0; - virtual VclPtr<VclAbstractDialog> CreateTipOfTheDayDialog(weld::Window* _pParent) = 0; virtual VclPtr<VclAbstractDialog> CreateToolbarmodeDialog(weld::Window* _pParent) = 0; |