summaryrefslogtreecommitdiff
path: root/include/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 /include/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 'include/sfx2')
-rw-r--r--include/sfx2/tabdlg.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 851b859796aa..f8a0f99d0e5b 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -178,7 +178,6 @@ protected:
std::unique_ptr<weld::Container> m_xContainer;
protected:
- SfxTabPage(vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet *rAttrSet);
SfxTabPage(TabPageParent pParent, const OUString& rUIXMLDescription, const OString& rID, const SfxItemSet *rAttrSet);
sal_uInt16 GetWhich( sal_uInt16 nSlot, bool bDeep = true ) const