summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg/hfedtdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/pagedlg/hfedtdlg.cxx')
-rw-r--r--sc/source/ui/pagedlg/hfedtdlg.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/pagedlg/hfedtdlg.cxx b/sc/source/ui/pagedlg/hfedtdlg.cxx
index a4fdbe80f641..a1a7a7aea816 100644
--- a/sc/source/ui/pagedlg/hfedtdlg.cxx
+++ b/sc/source/ui/pagedlg/hfedtdlg.cxx
@@ -22,8 +22,6 @@
-
-
#include "scitems.hxx"
#include <svl/eitem.hxx>
@@ -47,8 +45,6 @@
((SvxSetItem&)(set).Get(ATTR_PAGE_FOOTERSET)).GetItemSet(). \
Get(ATTR_PAGE_SHARED)).GetValue()
-
-
ScHFEditDlg::ScHFEditDlg( SfxViewFrame* pFrameP,
Window* pParent,
const SfxItemSet& rCoreSet,
@@ -201,8 +197,6 @@ ScHFEditActiveDlg::ScHFEditActiveDlg( SfxViewFrame* pFrameP,
}
}
-
-
void ScHFEditDlg::PageCreated( sal_uInt16 /* nId */, SfxTabPage& rPage )
{
// kann ja nur ne ScHFEditPage sein...
@@ -211,6 +205,4 @@ void ScHFEditDlg::PageCreated( sal_uInt16 /* nId */, SfxTabPage& rPage )
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */