summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/styledlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/styledlg.cxx')
-rw-r--r--sfx2/source/dialog/styledlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/dialog/styledlg.cxx b/sfx2/source/dialog/styledlg.cxx
index 1cc80b135d5d..09c84ee20520 100644
--- a/sfx2/source/dialog/styledlg.cxx
+++ b/sfx2/source/dialog/styledlg.cxx
@@ -68,7 +68,7 @@ SfxStyleDialog::SfxStyleDialog
GetCancelButton().SetClickHdl( LINK(this, SfxStyleDialog, CancelHdl) );
}
-// -----------------------------------------------------------------------
+
SfxStyleDialog::~SfxStyleDialog()
@@ -84,7 +84,7 @@ SfxStyleDialog::~SfxStyleDialog()
delete GetInputSetImpl();
}
-// -----------------------------------------------------------------------
+
const SfxItemSet* SfxStyleDialog::GetRefreshedSet()
@@ -98,7 +98,7 @@ const SfxItemSet* SfxStyleDialog::GetRefreshedSet()
return GetInputSetImpl();
}
-// -----------------------------------------------------------------------
+
short SfxStyleDialog::Ok()
@@ -112,7 +112,7 @@ short SfxStyleDialog::Ok()
return RET_OK;
}
-// -----------------------------------------------------------------------
+
IMPL_LINK( SfxStyleDialog, CancelHdl, Button *, pButton )