diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-14 11:37:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-14 15:18:22 +0200 |
commit | ed617a7e6caf8a7f9f0f67bceb1280f61f5428c8 (patch) | |
tree | ade300688af3efc358bc56da55065822e6fd5bcb /vcl | |
parent | 015dc88a595c1c92d2b724cd868aecb07199f995 (diff) |
loplugin:unusedmethods
Change-Id: I7787a8eedf500b0b16c04114935d3d3124d9ac3d
Reviewed-on: https://gerrit.libreoffice.org/74032
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/tabdlg.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/window/tabdlg.cxx b/vcl/source/window/tabdlg.cxx index 9ff4c041a3d2..d0555bbf72b7 100644 --- a/vcl/source/window/tabdlg.cxx +++ b/vcl/source/window/tabdlg.cxx @@ -213,12 +213,6 @@ TabDialog::TabDialog( vcl::Window* pParent, WinBits nStyle ) : ImplInit( pParent, nStyle ); } -TabDialog::TabDialog( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription ) : - Dialog(pParent, rID, rUIXMLDescription, WindowType::TABDIALOG) -{ - ImplInitTabDialogData(); -} - TabDialog::~TabDialog() { disposeOnce(); |