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, 0 insertions, 28 deletions
diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx
index a50a731d88aa..c382b413ec77 100644
--- a/sc/source/ui/pagedlg/tphf.cxx
+++ b/sc/source/ui/pagedlg/tphf.cxx
@@ -22,8 +22,6 @@
-
-
#define _TPHF_CXX
#include "scitems.hxx"
#include <sfx2/basedlgs.hxx>
@@ -45,8 +43,6 @@
#undef _TPHF_CXX
-
-
// class ScHFPage
@@ -86,22 +82,16 @@ 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 )
{
SvxHFPage::Reset( rSet );
TurnOnHdl( 0 );
}
-
-
bool ScHFPage::FillItemSet( SfxItemSet& rOutSet )
{
sal_Bool bResult = SvxHFPage::FillItemSet( rOutSet );
@@ -120,8 +110,6 @@ bool ScHFPage::FillItemSet( SfxItemSet& rOutSet )
return bResult;
}
-
-
void ScHFPage::ActivatePage( const SfxItemSet& rSet )
{
sal_uInt16 nPageWhich = GetWhich( SID_ATTR_PAGE );
@@ -138,8 +126,6 @@ void ScHFPage::ActivatePage( const SfxItemSet& rSet )
SvxHFPage::ActivatePage( rSet );
}
-
-
int ScHFPage::DeactivatePage( SfxItemSet* pSetP )
{
if ( LEAVE_PAGE == SvxHFPage::DeactivatePage( pSetP ) )
@@ -149,8 +135,6 @@ int ScHFPage::DeactivatePage( SfxItemSet* pSetP )
return LEAVE_PAGE;
}
-
-
void ScHFPage::ActivatePage()
{
}
@@ -176,8 +160,6 @@ IMPL_LINK_NOARG(ScHFPage, TurnOnHdl)
}
-
-
IMPL_LINK_NOARG(ScHFPage, BtnHdl)
{
// When the Edit-Dialog is directly called from the Button's Click-Handler,
@@ -273,15 +255,11 @@ ScHeaderPage::ScHeaderPage( Window* pParent, const SfxItemSet& rSet )
{
}
-
-
SfxTabPage* ScHeaderPage::Create( Window* pParent, const SfxItemSet& rCoreSet )
{
return ( new ScHeaderPage( pParent, rCoreSet ) );
}
-
-
sal_uInt16* ScHeaderPage::GetRanges()
{
return SvxHeaderPage::GetRanges();
@@ -296,21 +274,15 @@ ScFooterPage::ScFooterPage( Window* pParent, const SfxItemSet& rSet )
{
}
-
-
SfxTabPage* ScFooterPage::Create( Window* pParent, const SfxItemSet& rCoreSet )
{
return ( new ScFooterPage( pParent, rCoreSet ) );
}
-
-
sal_uInt16* ScFooterPage::GetRanges()
{
return SvxHeaderPage::GetRanges();
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */