summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg/tphf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/pagedlg/tphf.cxx')
-rw-r--r--sc/source/ui/pagedlg/tphf.cxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx
index 46dfeaac3a03..3b566e527545 100644
--- a/sc/source/ui/pagedlg/tphf.cxx
+++ b/sc/source/ui/pagedlg/tphf.cxx
@@ -22,7 +22,7 @@
-//------------------------------------------------------------------
+
#define _TPHF_CXX
#include "scitems.hxx"
@@ -86,13 +86,13 @@ ScHFPage::ScHFPage( Window* pParent, const SfxItemSet& rSet, sal_uInt16 nSetId )
m_pBtnEdit->SetHelpId( HID_SC_FOOTER_EDIT );
}
-//------------------------------------------------------------------
+
ScHFPage::~ScHFPage()
{
}
-//------------------------------------------------------------------
+
void ScHFPage::Reset( const SfxItemSet& rSet )
{
@@ -100,7 +100,7 @@ void ScHFPage::Reset( const SfxItemSet& rSet )
TurnOnHdl( 0 );
}
-//------------------------------------------------------------------
+
sal_Bool ScHFPage::FillItemSet( SfxItemSet& rOutSet )
{
@@ -120,7 +120,7 @@ sal_Bool ScHFPage::FillItemSet( SfxItemSet& rOutSet )
return bResult;
}
-//------------------------------------------------------------------
+
void ScHFPage::ActivatePage( const SfxItemSet& rSet )
{
@@ -138,7 +138,7 @@ void ScHFPage::ActivatePage( const SfxItemSet& rSet )
SvxHFPage::ActivatePage( rSet );
}
-//------------------------------------------------------------------
+
int ScHFPage::DeactivatePage( SfxItemSet* pSetP )
{
@@ -149,7 +149,7 @@ int ScHFPage::DeactivatePage( SfxItemSet* pSetP )
return LEAVE_PAGE;
}
-//------------------------------------------------------------------
+
void ScHFPage::ActivatePage()
{
@@ -159,9 +159,9 @@ void ScHFPage::DeactivatePage()
{
}
-//------------------------------------------------------------------
+
// Handler:
-//------------------------------------------------------------------
+
IMPL_LINK_NOARG(ScHFPage, TurnOnHdl)
{
@@ -176,7 +176,7 @@ IMPL_LINK_NOARG(ScHFPage, TurnOnHdl)
}
-//------------------------------------------------------------------
+
IMPL_LINK_NOARG(ScHFPage, BtnHdl)
{
@@ -273,14 +273,14 @@ ScHeaderPage::ScHeaderPage( Window* pParent, const SfxItemSet& rSet )
{
}
-//------------------------------------------------------------------
+
SfxTabPage* ScHeaderPage::Create( Window* pParent, const SfxItemSet& rCoreSet )
{
return ( new ScHeaderPage( pParent, rCoreSet ) );
}
-//------------------------------------------------------------------
+
sal_uInt16* ScHeaderPage::GetRanges()
{
@@ -296,14 +296,14 @@ ScFooterPage::ScFooterPage( Window* pParent, const SfxItemSet& rSet )
{
}
-//------------------------------------------------------------------
+
SfxTabPage* ScFooterPage::Create( Window* pParent, const SfxItemSet& rCoreSet )
{
return ( new ScFooterPage( pParent, rCoreSet ) );
}
-//------------------------------------------------------------------
+
sal_uInt16* ScFooterPage::GetRanges()
{