diff options
Diffstat (limited to 'sc/source/ui/pagedlg/tphf.cxx')
-rw-r--r-- | sc/source/ui/pagedlg/tphf.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx index 3e8ac5cd7724..d5e80c0c5399 100644 --- a/sc/source/ui/pagedlg/tphf.cxx +++ b/sc/source/ui/pagedlg/tphf.cxx @@ -40,7 +40,6 @@ // class ScHFPage - ScHFPage::ScHFPage( Window* pParent, const SfxItemSet& rSet, sal_uInt16 nSetId ) : SvxHFPage ( pParent, rSet, nSetId ), @@ -138,10 +137,8 @@ void ScHFPage::DeactivatePage() { } - // Handler: - IMPL_LINK_NOARG(ScHFPage, TurnOnHdl) { SvxHFPage::TurnOnHdl( m_pTurnOnBox ); @@ -154,7 +151,6 @@ IMPL_LINK_NOARG(ScHFPage, TurnOnHdl) return 0; } - IMPL_LINK_NOARG(ScHFPage, BtnHdl) { // When the Edit-Dialog is directly called from the Button's Click-Handler, @@ -182,7 +178,6 @@ IMPL_LINK_NOARG(ScHFPage, HFEditHdl) ? RID_SCDLG_HFED_HEADER : RID_SCDLG_HFED_FOOTER; - ScAbstractDialogFactory* pFact = ScAbstractDialogFactory::Create(); OSL_ENSURE(pFact, "ScAbstractFactory create fail!"); @@ -237,10 +232,8 @@ IMPL_LINK_NOARG(ScHFPage, HFEditHdl) return 0; } - // class ScHeaderPage - ScHeaderPage::ScHeaderPage( Window* pParent, const SfxItemSet& rSet ) : ScHFPage( pParent, rSet, SID_ATTR_PAGE_HEADERSET ) { @@ -256,10 +249,8 @@ const sal_uInt16* ScHeaderPage::GetRanges() return SvxHeaderPage::GetRanges(); } - // class ScFooterPage - ScFooterPage::ScFooterPage( Window* pParent, const SfxItemSet& rSet ) : ScHFPage( pParent, rSet, SID_ATTR_PAGE_FOOTERSET ) { @@ -275,5 +266,4 @@ const sal_uInt16* ScFooterPage::GetRanges() return SvxHeaderPage::GetRanges(); } - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |