summaryrefslogtreecommitdiff
path: root/vcl/source/window/tabpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/tabpage.cxx')
-rw-r--r--vcl/source/window/tabpage.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/vcl/source/window/tabpage.cxx b/vcl/source/window/tabpage.cxx
index f69258eb14b5..b64383151372 100644
--- a/vcl/source/window/tabpage.cxx
+++ b/vcl/source/window/tabpage.cxx
@@ -75,18 +75,6 @@ TabPage::TabPage( Window* pParent, WinBits nStyle ) :
ImplInit( pParent, nStyle );
}
-TabPage::TabPage( Window* pParent, const ResId& rResId ) :
- Window( WINDOW_TABPAGE )
-{
- rResId.SetRT( RSC_TABPAGE );
- WinBits nStyle = ImplInitRes( rResId );
- ImplInit( pParent, nStyle );
- ImplLoadRes(rResId);
-
- if ( !(nStyle & WB_HIDE) )
- Show();
-}
-
TabPage::TabPage(Window *pParent, const OString& rID, const OUString& rUIXMLDescription)
: Window(WINDOW_TABPAGE)
{