summaryrefslogtreecommitdiff
path: root/vcl/source/window/tabdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/tabdlg.cxx')
-rw-r--r--vcl/source/window/tabdlg.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/vcl/source/window/tabdlg.cxx b/vcl/source/window/tabdlg.cxx
index b5c6b8df2719..68bfa0d6beba 100644
--- a/vcl/source/window/tabdlg.cxx
+++ b/vcl/source/window/tabdlg.cxx
@@ -23,10 +23,6 @@
#include <vcl/tabdlg.hxx>
#include <tools/rc.h>
-
-
-
-
void TabDialog::ImplInitTabDialogData()
{
mpFixedLine = NULL;
@@ -35,8 +31,6 @@ void TabDialog::ImplInitTabDialogData()
mbPosControls = true;
}
-
-
void TabDialog::ImplPosControls()
{
if (isLayoutEnabled())
@@ -212,8 +206,6 @@ void TabDialog::ImplPosControls()
mbPosControls = false;
}
-
-
TabDialog::TabDialog( Window* pParent, WinBits nStyle ) :
Dialog( WINDOW_TABDIALOG )
{
@@ -221,8 +213,6 @@ TabDialog::TabDialog( Window* pParent, WinBits nStyle ) :
ImplInit( pParent, nStyle );
}
-
-
TabDialog::TabDialog( Window* pParent, const ResId& rResId ) :
Dialog( WINDOW_TABDIALOG )
{
@@ -237,15 +227,11 @@ TabDialog::TabDialog( Window* pParent, const OString& rID, const OUString& rUIXM
ImplInitTabDialogData();
}
-
-
TabDialog::~TabDialog()
{
delete mpFixedLine;
}
-
-
void TabDialog::StateChanged( StateChangedType nType )
{
if ( nType == STATE_CHANGE_INITSHOW )
@@ -257,8 +243,6 @@ void TabDialog::StateChanged( StateChangedType nType )
Dialog::StateChanged( nType );
}
-
-
void TabDialog::AdjustLayout()
{
SAL_WARN_IF(isLayoutEnabled(), "vcl.layout", "unnecessary to call TabDialog::AdjustLayout when layout enabled");