summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-11 09:16:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-11 10:47:30 +0100
commitc8d8bcf3fdf49aae6d8415c9c9a9f9418d87bd6b (patch)
treebbc0fbdfd9d399488578db7b23cdc202dec5b829 /vcl
parent5a37986b4cae4c1c5d25fd19cfa2edb9edd4ba53 (diff)
callcatcher: update unused code
Change-Id: Iee19af81c648cb82074d8cabc13716b0d38c7ff6
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/tabdlg.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/window/tabdlg.cxx b/vcl/source/window/tabdlg.cxx
index 68bfa0d6beba..3c36eaeac288 100644
--- a/vcl/source/window/tabdlg.cxx
+++ b/vcl/source/window/tabdlg.cxx
@@ -213,14 +213,6 @@ TabDialog::TabDialog( Window* pParent, WinBits nStyle ) :
ImplInit( pParent, nStyle );
}
-TabDialog::TabDialog( Window* pParent, const ResId& rResId ) :
- Dialog( WINDOW_TABDIALOG )
-{
- ImplInitTabDialogData();
- rResId.SetRT( RSC_TABDIALOG );
- init(pParent, rResId);
-}
-
TabDialog::TabDialog( Window* pParent, const OString& rID, const OUString& rUIXMLDescription ) :
Dialog(pParent, rID, rUIXMLDescription, WINDOW_TABDIALOG)
{