summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibcont.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-05 08:49:48 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-05 09:44:26 +0000
commit64354e6479e750e4a126abfae5d3f32a1110315e (patch)
tree7e03a1cdfa9336c3959dff96ae1ae96f27541630 /extensions/source/bibliography/bibcont.cxx
parentb6b34d538398f8214daa5b160f764dc8b82ff9c5 (diff)
merge BibTabPage with BibGeneralPage
Change-Id: I16a80e7e98fdd2be08b5a8ce586b709a3720e694 Reviewed-on: https://gerrit.libreoffice.org/26929 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'extensions/source/bibliography/bibcont.cxx')
-rw-r--r--extensions/source/bibliography/bibcont.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/source/bibliography/bibcont.cxx b/extensions/source/bibliography/bibcont.cxx
index 212b601d1a7b..9b40d2324b8e 100644
--- a/extensions/source/bibliography/bibcont.cxx
+++ b/extensions/source/bibliography/bibcont.cxx
@@ -57,11 +57,6 @@ BibSplitWindow::BibSplitWindow( vcl::Window* pParent, WinBits nStyle ) : SplitWi
{
}
-BibTabPage::BibTabPage( vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription ) :
- TabPage( pParent, rID, rUIXMLDescription ), BibShortCutHandler( this )
-{
-}
-
using namespace osl;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;