summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-09-25 11:15:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-09-26 12:04:32 +0200
commitbc27ced45cf634ff3fbeef2605cae88ac1f1f0a1 (patch)
tree8ac1ef57e7dfe10a7a71f0c5e5b388f7ad66f2fd /include/sfx2/basedlgs.hxx
parentsurvive focus change during dispose (diff)
downloadcore-bc27ced45cf634ff3fbeef2605cae88ac1f1f0a1.tar.gz
core-bc27ced45cf634ff3fbeef2605cae88ac1f1f0a1.zip
drop newly unused SfxModalDialog
Change-Id: Ia06713c9766a6731995c83ed0516535d13665ff1 Reviewed-on: https://gerrit.libreoffice.org/79526 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx27
1 files changed, 0 insertions, 27 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index c01d6bd72b73..200cea5c40e5 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -23,7 +23,6 @@
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
-#include <vcl/dialog.hxx>
#include <vcl/floatwin.hxx>
#include <vcl/weld.hxx>
@@ -32,34 +31,8 @@ class SfxBindings;
class SfxChildWindow;
struct SfxChildWinInfo;
class SfxItemSet;
-class OKButton;
-class CancelButton;
-class HelpButton;
-class Button;
class Timer;
-// class SfxModalDialog --------------------------------------------------
-
-class SFX2_DLLPUBLIC SfxModalDialog: public ModalDialog
-{
- OUString aExtraData;
-
-private:
- SfxModalDialog(SfxModalDialog const &) = delete;
- SfxModalDialog& operator =(SfxModalDialog const &) = delete;
-
- SAL_DLLPRIVATE void SetDialogData_Impl();
- SAL_DLLPRIVATE void GetDialogData_Impl();
- DECL_DLLPRIVATE_STATIC_LINK(SfxModalDialog, InstallLOKNotifierHdl, void*, vcl::ILibreOfficeKitNotifier*);
-
-protected:
- SfxModalDialog(vcl::Window *pParent, const OUString& rID, const OUString& rUIXMLDescription);
-
-public:
- virtual ~SfxModalDialog() override;
- virtual void dispose() override;
-};
-
class SFX2_DLLPUBLIC SfxDialogController : public weld::GenericDialogController
{
private: