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.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx
index 3b566e527545..203102c1e4d6 100644
--- a/sc/source/ui/pagedlg/tphf.cxx
+++ b/sc/source/ui/pagedlg/tphf.cxx
@@ -46,9 +46,9 @@
-//==================================================================
+
// class ScHFPage
-//==================================================================
+
ScHFPage::ScHFPage( Window* pParent, const SfxItemSet& rSet, sal_uInt16 nSetId )
@@ -264,9 +264,9 @@ IMPL_LINK_NOARG(ScHFPage, HFEditHdl)
return 0;
}
-//==================================================================
+
// class ScHeaderPage
-//==================================================================
+
ScHeaderPage::ScHeaderPage( Window* pParent, const SfxItemSet& rSet )
: ScHFPage( pParent, rSet, SID_ATTR_PAGE_HEADERSET )
@@ -287,9 +287,9 @@ sal_uInt16* ScHeaderPage::GetRanges()
return SvxHeaderPage::GetRanges();
}
-//==================================================================
+
// class ScFooterPage
-//==================================================================
+
ScFooterPage::ScFooterPage( Window* pParent, const SfxItemSet& rSet )
: ScHFPage( pParent, rSet, SID_ATTR_PAGE_FOOTERSET )