summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-09-20 14:08:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-09-20 21:21:16 +0200
commit23bde05fa14c2b307b053ba52300f555158b9e3c (patch)
treee5123b012ec172eb895eba0cbf91e8e2387c4eda /sfx2
parent94d6fa11d086187b82adf9aa596e0f334827e095 (diff)
drop newly unused SfxTabPage ctor
Change-Id: I1bdadb6fb11cafa9e29c09e7886c73aabf3d4274 Reviewed-on: https://gerrit.libreoffice.org/79288 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/tabdlg.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index 585db2f760e1..b2f7f7754a58 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -139,14 +139,6 @@ css::uno::Reference< css::frame::XFrame > SfxTabPage::GetFrame() const
return css::uno::Reference< css::frame::XFrame >();
}
-SfxTabPage::SfxTabPage(vcl::Window *pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet *rAttrSet)
- : TabPage(pParent, rID, rUIXMLDescription)
- , pSet ( rAttrSet )
- , bHasExchangeSupport ( false )
- , pImpl ( new TabPageImpl )
-{
-}
-
SfxTabPage::SfxTabPage(TabPageParent pParent, const OUString& rUIXMLDescription, const OString& rID, const SfxItemSet *rAttrSet)
: TabPage(pParent.pPage ? Application::GetDefDialogParent() : pParent.pParent.get()) //just drag this along hidden in this scenario
, pSet ( rAttrSet )