summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/docfnote.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/misc/docfnote.cxx')
-rw-r--r--sw/source/ui/misc/docfnote.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sw/source/ui/misc/docfnote.cxx b/sw/source/ui/misc/docfnote.cxx
index f6e888b7b7ba..7c8ee93a2e22 100644
--- a/sw/source/ui/misc/docfnote.cxx
+++ b/sw/source/ui/misc/docfnote.cxx
@@ -68,10 +68,6 @@ IMPL_LINK( SwFootNoteOptionDlg, OkHdl, Button *, pBtn )
return 0;
}
-
-
-
-
SwEndNoteOptionPage::SwEndNoteOptionPage(Window *pParent, bool bEN,
const SfxItemSet &rSet)
: SfxTabPage(pParent,
@@ -255,8 +251,6 @@ void SwEndNoteOptionPage::SelectNumbering(int eNum)
NumCountHdl(m_pNumCountBox);
}
-
-
int SwEndNoteOptionPage::GetNumbering() const
{
const sal_uInt16 nPos = m_pNumCountBox->GetSelectEntryPos();
@@ -281,7 +275,6 @@ void SwEndNoteOptionPage::SetShell( SwWrtShell &rShell )
page. In this case all kinds of numbering can be used.
------------------------------------------------------------------------*/
-
IMPL_LINK_NOARG(SwEndNoteOptionPage, PosPageHdl)
{
const SwFtnNum eNum = (const SwFtnNum)GetNumbering();
@@ -317,7 +310,6 @@ IMPL_LINK_NOARG(SwEndNoteOptionPage, NumCountHdl)
numbering can be used.
------------------------------------------------------------------------*/
-
IMPL_LINK_NOARG_INLINE_START(SwEndNoteOptionPage, PosChapterHdl)
{
if ( !bPosDoc )
@@ -418,10 +410,4 @@ SfxTabPage *SwFootNoteOptionPage::Create(Window *pParent, const SfxItemSet &rSet
return new SwFootNoteOptionPage( pParent, rSet );
}
-
-
-
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */