diff options
author | Urs Fässler <urs@bitzgi.ch> | 2013-03-07 15:19:31 +0100 |
---|---|---|
committer | Urs Fässler <urs@bitzgi.ch> | 2013-03-07 15:19:58 +0100 |
commit | f72f891158979b58cf50fdd7889e8f0806a9a9b4 (patch) | |
tree | 054ea214c1af16cd9abdb7cd2d3ddf214b2a0235 /sd | |
parent | c0c907000d006ea9711116533c3b688de546472a (diff) |
sd/source/ui/dlg/dlgolbul.cxx comment translation and cleanup
Change-Id: Icf8efaf7fd77f0505f0ae6936316fbb155ce8a69
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/dlgolbul.cxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/sd/source/ui/dlg/dlgolbul.cxx b/sd/source/ui/dlg/dlgolbul.cxx index 0eb5e02457ab..b637869ec354 100644 --- a/sd/source/ui/dlg/dlgolbul.cxx +++ b/sd/source/ui/dlg/dlgolbul.cxx @@ -50,12 +50,9 @@ namespace sd { -/************************************************************************* -|* -|* Konstruktor des Tab-Dialogs: Fuegt die Seiten zum Dialog hinzu -|* -\************************************************************************/ - +/** + * Constructor of tab dialog: append pages to the dialog + */ OutlineBulletDlg::OutlineBulletDlg( ::Window* pParent, const SfxItemSet* pAttr, @@ -75,7 +72,7 @@ OutlineBulletDlg::OutlineBulletDlg( sal_Bool bOutliner = sal_False; - // Sonderbehandlung wenn eine Title Objekt selektiert wurde + // special treatment if a title object is selected if( pView ) { const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); @@ -115,7 +112,7 @@ OutlineBulletDlg::OutlineBulletDlg( if( pItem == NULL ) pItem = (SvxNumBulletItem*) aInputSet.GetPool()->GetSecondaryPool()->GetPoolDefaultItem(EE_PARA_NUMBULLET); - DBG_ASSERT( pItem, "Kein EE_PARA_NUMBULLET im Pool! [CL]" ); + DBG_ASSERT( pItem, "No EE_PARA_NUMBULLET in Pool! [CL]" ); aInputSet.Put(*pItem, EE_PARA_NUMBULLET); } |