summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/textdlgs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/textdlgs.cxx')
-rw-r--r--sc/source/ui/miscdlgs/textdlgs.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/miscdlgs/textdlgs.cxx b/sc/source/ui/miscdlgs/textdlgs.cxx
index 3b19249be091..27f505a9ac7e 100644
--- a/sc/source/ui/miscdlgs/textdlgs.cxx
+++ b/sc/source/ui/miscdlgs/textdlgs.cxx
@@ -30,7 +30,7 @@
#include "sc.hrc"
#include <svl/intitem.hxx>
#include <svx/flagsdef.hxx>
-// -----------------------------------------------------------------------
+
ScCharDlg::ScCharDlg( Window* pParent, const SfxItemSet* pAttr,
const SfxObjectShell* pDocShell )
@@ -45,7 +45,7 @@ ScCharDlg::ScCharDlg( Window* pParent, const SfxItemSet* pAttr,
AddTabPage("position", RID_SVXPAGE_CHAR_POSITION);
}
-// -----------------------------------------------------------------------
+
void ScCharDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
{
@@ -65,7 +65,7 @@ void ScCharDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
}
}
-// -----------------------------------------------------------------------
+
ScParagraphDlg::ScParagraphDlg(Window* pParent, const SfxItemSet* pAttr)
: SfxTabDialog(pParent, "ParagraphDialog",
@@ -82,7 +82,7 @@ ScParagraphDlg::ScParagraphDlg(Window* pParent, const SfxItemSet* pAttr)
m_nTabPageId = AddTabPage("labelTP_TABULATOR", RID_SVXPAGE_TABULATOR);
}
-// -----------------------------------------------------------------------
+
void ScParagraphDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
{