summaryrefslogtreecommitdiff
path: root/sc/source/ui/attrdlg/attrdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/attrdlg/attrdlg.cxx')
-rw-r--r--sc/source/ui/attrdlg/attrdlg.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/attrdlg/attrdlg.cxx b/sc/source/ui/attrdlg/attrdlg.cxx
index e86b9d884955..6dbe9a593f33 100644
--- a/sc/source/ui/attrdlg/attrdlg.cxx
+++ b/sc/source/ui/attrdlg/attrdlg.cxx
@@ -20,8 +20,6 @@
#undef SC_DLLIMPLEMENTATION
-
-
#include "scitems.hxx"
#include <sfx2/objsh.hxx>
@@ -37,8 +35,6 @@
#include <editeng/flstitem.hxx>
#include <sfx2/app.hxx>
-
-
ScAttrDlg::ScAttrDlg(SfxViewFrame* pFrameP, Window* pParent, const SfxItemSet* pCellAttrs)
: SfxTabDialog(pFrameP, pParent, "FormatCellsDialog", "modules/scalc/ui/formatcellsdialog.ui", pCellAttrs)
{
@@ -69,14 +65,10 @@ ScAttrDlg::ScAttrDlg(SfxViewFrame* pFrameP, Window* pParent, const SfxItemSet* p
AddTabPage( "cellprotection" , ScTabPageProtection::Create, 0 );
}
-
-
ScAttrDlg::~ScAttrDlg()
{
}
-
-
void ScAttrDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage )
{
SfxObjectShell* pDocSh = SfxObjectShell::Current();
@@ -97,8 +89,6 @@ void ScAttrDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage )
}
}
-
-
IMPL_LINK_NOARG(ScAttrDlg, OkHandler)
{
((Link&)GetOKButton().GetClickHdl()).Call( NULL );