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.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/vcl/source/window/tabpage.cxx b/vcl/source/window/tabpage.cxx
index 5b2408b1b1c1..827fbc35cd24 100644
--- a/vcl/source/window/tabpage.cxx
+++ b/vcl/source/window/tabpage.cxx
@@ -69,28 +69,11 @@ TabPage::TabPage( vcl::Window* pParent, WinBits nStyle ) :
ImplInit( pParent, nStyle );
}
-TabPage::TabPage(vcl::Window *pParent, const OString& rID, const OUString& rUIXMLDescription)
- : Window(WindowType::TABPAGE)
- , IContext()
-{
- ImplInit(pParent, 0);
- m_pUIBuilder.reset( new VclBuilder(this, AllSettings::GetUIRootDir(), rUIXMLDescription, rID) );
- set_hexpand(true);
- set_vexpand(true);
- set_expand(true);
-}
-
TabPage::~TabPage()
{
disposeOnce();
}
-void TabPage::dispose()
-{
- disposeBuilder();
- vcl::Window::dispose();
-}
-
void TabPage::StateChanged( StateChangedType nType )
{
Window::StateChanged( nType );