[Libreoffice-commits] core.git: include/svx
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Sep 20 20:11:40 UTC 2018
include/svx/dlgctrl.hxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 2739dee0eab2edbba898cb7115579e43ea89399d
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Sep 20 17:11:55 2018 +0100
Commit: Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at 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)
{
More information about the Libreoffice-commits
mailing list