summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/scuiautofmt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/scuiautofmt.cxx')
-rw-r--r--sc/source/ui/miscdlgs/scuiautofmt.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/ui/miscdlgs/scuiautofmt.cxx b/sc/source/ui/miscdlgs/scuiautofmt.cxx
index 6a53ff903459..83c97b4c3d05 100644
--- a/sc/source/ui/miscdlgs/scuiautofmt.cxx
+++ b/sc/source/ui/miscdlgs/scuiautofmt.cxx
@@ -22,8 +22,6 @@
-
-
#include "scitems.hxx"
#include <svx/algitem.hxx>
#include <editeng/boxitem.hxx>
@@ -160,8 +158,6 @@ IMPL_LINK( ScAutoFormatDlg, CloseHdl, PushButton *, pBtn )
return 0;
}
-
-
IMPL_LINK_NOARG_INLINE_START(ScAutoFormatDlg, DblClkHdl)
{
if ( bCoreDataChanged )
@@ -172,8 +168,6 @@ IMPL_LINK_NOARG_INLINE_START(ScAutoFormatDlg, DblClkHdl)
}
IMPL_LINK_NOARG_INLINE_END(ScAutoFormatDlg, DblClkHdl)
-
-
IMPL_LINK( ScAutoFormatDlg, CheckHdl, Button *, pBtn )
{
ScAutoFormatData* pData = pFormat->findByIndex(nIndex);
@@ -203,8 +197,6 @@ IMPL_LINK( ScAutoFormatDlg, CheckHdl, Button *, pBtn )
return 0;
}
-
-
IMPL_LINK_NOARG(ScAutoFormatDlg, AddHdl)
{
if ( !bFmtInserted && pSelFmtData )
@@ -277,8 +269,6 @@ IMPL_LINK_NOARG(ScAutoFormatDlg, AddHdl)
return 0;
}
-
-
IMPL_LINK_NOARG(ScAutoFormatDlg, RemoveHdl)
{
if ( (nIndex > 0) && (m_pLbFormat->GetEntryCount() > 0) )
@@ -402,8 +392,6 @@ IMPL_LINK_NOARG(ScAutoFormatDlg, RenameHdl)
return 0;
}
-
-
IMPL_LINK_NOARG(ScAutoFormatDlg, SelFmtHdl)
{
nIndex = m_pLbFormat->GetSelectEntryPos();
@@ -426,8 +414,6 @@ IMPL_LINK_NOARG(ScAutoFormatDlg, SelFmtHdl)
return 0;
}
-
-
OUString ScAutoFormatDlg::GetCurrFormatName()
{
const ScAutoFormatData* p = pFormat->findByIndex(nIndex);