diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-08 12:32:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-08 22:24:04 +0200 |
commit | 623d7a94a57860b0b227e6ebad6d0d3fcaf11333 (patch) | |
tree | 9f21f4240a44e2247aa8d56c2a6e057c4f99e115 /include/sfx2/basedlgs.hxx | |
parent | 319c0b2433bb8dd405ed1630dd464ed2b11afefb (diff) |
drop newly unused SfxSingleTabDialog
Change-Id: I3b445aba89ce62d7890d387a962f12a7055dc7b4
Reviewed-on: https://gerrit.libreoffice.org/70416
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.hxx | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx index ed7df91b3883..7a29b9f1bd02 100644 --- a/include/sfx2/basedlgs.hxx +++ b/include/sfx2/basedlgs.hxx @@ -203,33 +203,6 @@ struct SingleTabDlgImpl typedef const sal_uInt16* (*GetTabPageRanges)(); // provides international Which values -class SFX2_DLLPUBLIC SfxSingleTabDialog : public SfxModalDialog -{ -public: - SfxSingleTabDialog(vcl::Window *pParent, const SfxItemSet& rOptionsSet, - const OUString& rID = OUString("SingleTabDialog"), - const OUString& rUIXMLDescription = OUString("sfx/ui/singletabdialog.ui")); - - SfxSingleTabDialog(vcl::Window *pParent, const SfxItemSet* pInSet, - const OUString& rID = OUString("SingleTabDialog"), - const OUString& rUIXMLDescription = OUString("sfx/ui/singletabdialog.ui")); - - virtual ~SfxSingleTabDialog() override; - virtual void dispose() override; - - void SetTabPage(SfxTabPage* pTabPage); - SfxTabPage* GetTabPage() const { return pImpl->m_pSfxPage; } - -private: - VclPtr<OKButton> pOKBtn; - VclPtr<CancelButton> pCancelBtn; - VclPtr<HelpButton> pHelpBtn; - - DECL_DLLPRIVATE_LINK(OKHdl_Impl, Button*, void); - - std::unique_ptr<SingleTabDlgImpl> pImpl; -}; - class SFX2_DLLPUBLIC SfxOkDialogController : public SfxDialogController { public: |