diff options
author | Urs Fässler <urs@bitzgi.ch> | 2013-03-07 15:17:33 +0100 |
---|---|---|
committer | Urs Fässler <urs@bitzgi.ch> | 2013-03-07 15:19:58 +0100 |
commit | 3785e0637d03404d32d3ef08ac21df99ff49c22c (patch) | |
tree | 1e2dac97d81eb6d27571d9159c670938f4137240 /sd | |
parent | 5e41e5521687672e73532416768b787cbc6c24bc (diff) |
sd/source/ui/dlg/dlgchar.cxx comment translation and cleanup
Change-Id: If973c032aed859c086a76603fcf9a802444b20b0
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/dlgchar.cxx | 9 |
1 files 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 <svx/svxids.hrc> #include <svl/intitem.hxx> -/************************************************************************* -|* -|* 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 ), |