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.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sc/source/ui/miscdlgs/scuiautofmt.cxx b/sc/source/ui/miscdlgs/scuiautofmt.cxx
index 489317c7fd69..4b1d4fa7f3c2 100644
--- a/sc/source/ui/miscdlgs/scuiautofmt.cxx
+++ b/sc/source/ui/miscdlgs/scuiautofmt.cxx
@@ -22,7 +22,7 @@
-//------------------------------------------------------------------
+
#include "scitems.hxx"
#include <svx/algitem.hxx>
@@ -99,14 +99,14 @@ ScAutoFormatDlg::ScAutoFormatDlg( Window* pParent,
FreeResource();
}
-//------------------------------------------------------------------------
+
ScAutoFormatDlg::~ScAutoFormatDlg()
{
delete pWndPreview;
}
-//------------------------------------------------------------------------
+
void ScAutoFormatDlg::Init()
{
@@ -155,7 +155,7 @@ void ScAutoFormatDlg::Init()
}
}
-//------------------------------------------------------------------------
+
void ScAutoFormatDlg::UpdateChecks()
{
@@ -169,9 +169,9 @@ void ScAutoFormatDlg::UpdateChecks()
aBtnAdjust .Check( pData->GetIncludeWidthHeight() );
}
-//------------------------------------------------------------------------
+
// Handler:
-//---------
+
IMPL_LINK( ScAutoFormatDlg, CloseHdl, PushButton *, pBtn )
{
@@ -185,7 +185,7 @@ IMPL_LINK( ScAutoFormatDlg, CloseHdl, PushButton *, pBtn )
return 0;
}
-//------------------------------------------------------------------------
+
IMPL_LINK_NOARG_INLINE_START(ScAutoFormatDlg, DblClkHdl)
{
@@ -197,7 +197,7 @@ IMPL_LINK_NOARG_INLINE_START(ScAutoFormatDlg, DblClkHdl)
}
IMPL_LINK_NOARG_INLINE_END(ScAutoFormatDlg, DblClkHdl)
-//------------------------------------------------------------------------
+
IMPL_LINK( ScAutoFormatDlg, CheckHdl, Button *, pBtn )
{
@@ -228,7 +228,7 @@ IMPL_LINK( ScAutoFormatDlg, CheckHdl, Button *, pBtn )
return 0;
}
-//------------------------------------------------------------------------
+
IMPL_LINK_NOARG(ScAutoFormatDlg, AddHdl)
{
@@ -302,7 +302,7 @@ IMPL_LINK_NOARG(ScAutoFormatDlg, AddHdl)
return 0;
}
-//------------------------------------------------------------------------
+
IMPL_LINK_NOARG(ScAutoFormatDlg, RemoveHdl)
{
@@ -427,7 +427,7 @@ IMPL_LINK_NOARG(ScAutoFormatDlg, RenameHdl)
return 0;
}
-//------------------------------------------------------------------------
+
IMPL_LINK_NOARG(ScAutoFormatDlg, SelFmtHdl)
{
@@ -451,7 +451,7 @@ IMPL_LINK_NOARG(ScAutoFormatDlg, SelFmtHdl)
return 0;
}
-//------------------------------------------------------------------------
+
OUString ScAutoFormatDlg::GetCurrFormatName()
{