diff options
author | Martin Kepplinger <martinkepplinger@eml.cc> | 2011-02-25 20:29:15 +0100 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-02-25 20:29:15 +0100 |
commit | 0a69ee4d81efa4f57fcff0936e3a4fe76a4f790a (patch) | |
tree | bda7ef8989964b48bed52c159cf8e5f681d4c4c7 /sw/source/ui/dialog/macassgn.cxx | |
parent | 5c407ef72411e26148b3f2c8f3bcb388b08a982f (diff) |
Comment translation of writer/sw/source/ui/dialog
Diffstat (limited to 'sw/source/ui/dialog/macassgn.cxx')
-rw-r--r-- | sw/source/ui/dialog/macassgn.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/ui/dialog/macassgn.cxx b/sw/source/ui/dialog/macassgn.cxx index 1db3df90d358..beaea4cd9af2 100644 --- a/sw/source/ui/dialog/macassgn.cxx +++ b/sw/source/ui/dialog/macassgn.cxx @@ -70,15 +70,15 @@ SfxEventNamesItem SwMacroAssignDlg::AddEvents( DlgEventType eType ) switch( eType ) { - case MACASSGN_TEXTBAUST: // Textbausteine + case MACASSGN_TEXTBAUST: // text building blocks aItem.AddEvent( String( SW_RES(STR_EVENT_START_INS_GLOSSARY) ), String(), SW_EVENT_START_INS_GLOSSARY ); aItem.AddEvent( String( SW_RES(STR_EVENT_END_INS_GLOSSARY) ), String(), SW_EVENT_END_INS_GLOSSARY); - // damit der neue Handler aktiv wird! + // in order for the new handler to become active! break; case MACASSGN_ALLFRM: - case MACASSGN_GRAPHIC: // Grafiken + case MACASSGN_GRAPHIC: // graphics { aItem.AddEvent( String( SW_RES(STR_EVENT_IMAGE_ERROR) ), String(), SVX_EVENT_IMAGE_ERROR); @@ -87,8 +87,8 @@ SfxEventNamesItem SwMacroAssignDlg::AddEvents( DlgEventType eType ) aItem.AddEvent( String( SW_RES(STR_EVENT_IMAGE_LOAD) ), String(), SVX_EVENT_IMAGE_LOAD); } - // kein break; - case MACASSGN_FRMURL: // Frm - URL-Attribute + // no break; + case MACASSGN_FRMURL: // Frm - URL-Attributes { if( !bHtmlMode && (MACASSGN_FRMURL == eType || MACASSGN_ALLFRM == eType)) @@ -103,15 +103,15 @@ SfxEventNamesItem SwMacroAssignDlg::AddEvents( DlgEventType eType ) SW_EVENT_FRM_MOVE ); } } - // kein break; + // no break; case MACASSGN_OLE: // OLE { if( !bHtmlMode ) aItem.AddEvent( String( SW_RES(STR_EVENT_OBJECT_SELECT) ), String(), SW_EVENT_OBJECT_SELECT ); } - // kein break; - case MACASSGN_INETFMT: // INetFmt-Attribute + // no break; + case MACASSGN_INETFMT: // INetFmt-Attributes { aItem.AddEvent( String( SW_RES(STR_EVENT_MOUSEOVER_OBJECT) ), String(), SFX_EVENT_MOUSEOVER_OBJECT ); |