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.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/vcl/source/window/tabpage.cxx b/vcl/source/window/tabpage.cxx
index 8c64ba7e20e2..a8cbdb528404 100644
--- a/vcl/source/window/tabpage.cxx
+++ b/vcl/source/window/tabpage.cxx
@@ -49,7 +49,7 @@ void TabPage::ImplInit( Window* pParent, WinBits nStyle )
EnableChildTransparentMode( true );
}
-// -----------------------------------------------------------------------
+
void TabPage::ImplInitSettings()
{
@@ -74,7 +74,7 @@ void TabPage::ImplInitSettings()
}
}
-// -----------------------------------------------------------------------
+
TabPage::TabPage( Window* pParent, WinBits nStyle ) :
Window( WINDOW_TABPAGE )
@@ -82,7 +82,7 @@ TabPage::TabPage( Window* pParent, WinBits nStyle ) :
ImplInit( pParent, nStyle );
}
-// -----------------------------------------------------------------------
+
TabPage::TabPage( Window* pParent, const ResId& rResId ) :
Window( WINDOW_TABPAGE )
@@ -103,7 +103,7 @@ TabPage::TabPage(Window *pParent, const OString& rID, const OUString& rUIXMLDesc
m_pUIBuilder = new VclBuilder(this, getUIRootDir(), rUIXMLDescription, rID);
}
-// -----------------------------------------------------------------------
+
void TabPage::StateChanged( StateChangedType nType )
{
@@ -123,7 +123,7 @@ void TabPage::StateChanged( StateChangedType nType )
}
}
-// -----------------------------------------------------------------------
+
void TabPage::DataChanged( const DataChangedEvent& rDCEvt )
{
@@ -137,7 +137,7 @@ void TabPage::DataChanged( const DataChangedEvent& rDCEvt )
}
}
-// -----------------------------------------------------------------------
+
void TabPage::Paint( const Rectangle& )
{
@@ -161,7 +161,7 @@ void TabPage::Paint( const Rectangle& )
}
}
-// -----------------------------------------------------------------------
+
void TabPage::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong )
{
Point aPos = pDev->LogicToPixel( rPos );
@@ -189,13 +189,13 @@ void TabPage::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sa
pDev->Pop();
}
-// -----------------------------------------------------------------------
+
void TabPage::ActivatePage()
{
}
-// -----------------------------------------------------------------------
+
void TabPage::DeactivatePage()
{