include/svx/dlgctrl.hxx | 4 ---- 1 file changed, 4 deletions(-) New commits: commit 2739dee0eab2edbba898cb7115579e43ea89399d Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Sep 20 17:11:55 2018 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu Sep 20 22:11:11 2018 +0200
drop unused SvxTabPage ctor Change-Id: Id522dce62d6c4496689fa4970a09e5f067bcd23a Reviewed-on: https://gerrit.libreoffice.org/60832 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 3a51a897955a..a74c96180b1d 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -48,10 +48,6 @@ class SAL_WARN_UNUSED SvxTabPage : public SfxTabPage { public: - SvxTabPage(vcl::Window *pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet &rAttrSet) - : SfxTabPage(pParent, rID, rUIXMLDescription, &rAttrSet) - { - } SvxTabPage(TabPageParent pParent, const OUString& rUIXMLDescription, const OString& rID, const SfxItemSet &rAttrSet) : SfxTabPage(pParent, rUIXMLDescription, rID, &rAttrSet) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits