From 3785e0637d03404d32d3ef08ac21df99ff49c22c Mon Sep 17 00:00:00 2001 From: Urs Fässler Date: Thu, 7 Mar 2013 15:17:33 +0100 Subject: sd/source/ui/dlg/dlgchar.cxx comment translation and cleanup Change-Id: If973c032aed859c086a76603fcf9a802444b20b0 --- sd/source/ui/dlg/dlgchar.cxx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sd/source/ui/dlg/dlgchar.cxx b/sd/source/ui/dlg/dlgchar.cxx index f33bfd1065da..f6b5d241c837 100644 --- a/sd/source/ui/dlg/dlgchar.cxx +++ b/sd/source/ui/dlg/dlgchar.cxx @@ -33,12 +33,9 @@ #include #include -/************************************************************************* -|* -|* Konstruktor des Tab-Dialogs: Fuegt die Seiten zum Dialog hinzu -|* -\************************************************************************/ - +/** + * Constructor of tab dialog: append pages to dialog + */ SdCharDlg::SdCharDlg( Window* pParent, const SfxItemSet* pAttr, const SfxObjectShell* pDocShell ) : SfxTabDialog ( pParent, SdResId( TAB_CHAR ), pAttr ), -- cgit