summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/scuiautofmt.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:13:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:19:54 +0200
commitc4c51709eaa02a5c9a2af3e5d436790307109813 (patch)
treec67362b4f2c3d3f34655ca65ec10d54e1509cf73 /sc/source/ui/miscdlgs/scuiautofmt.cxx
parentc78f918a7cb267a713804b8feacc3425196d4428 (diff)
whitespace cleanup in sc
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
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);