Kaydet (Commit) 944d5f91 authored tarafından Martin Kepplinger's avatar Martin Kepplinger Kaydeden (comit) Thomas Arnhold

Translate german comments of writer/sw/source/ui/cctrl

This translates the few german code comments in the cctrl directory to
english.

This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
license.
üst dc4ab87d
...@@ -44,7 +44,7 @@ SwHelpToolBox::SwHelpToolBox( SwNavigationPI* pParent, const ResId& rResId ) ...@@ -44,7 +44,7 @@ SwHelpToolBox::SwHelpToolBox( SwNavigationPI* pParent, const ResId& rResId )
void SwHelpToolBox::MouseButtonDown(const MouseEvent &rEvt) void SwHelpToolBox::MouseButtonDown(const MouseEvent &rEvt)
{ {
// If doubleclick is detected use doublelick handler // If doubleclick is detected use doubleclick handler
if(rEvt.GetButtons() == MOUSE_RIGHT && if(rEvt.GetButtons() == MOUSE_RIGHT &&
0 == GetItemId(rEvt.GetPosPixel())) 0 == GetItemId(rEvt.GetPosPixel()))
{ {
......
...@@ -68,7 +68,7 @@ SwComboBox::SwComboBox(Window* pParent, const ResId& rId, USHORT nStyleBits ): ...@@ -68,7 +68,7 @@ SwComboBox::SwComboBox(Window* pParent, const ResId& rId, USHORT nStyleBits ):
ComboBox(pParent, rId), ComboBox(pParent, rId),
nStyle(nStyleBits) nStyle(nStyleBits)
{ {
// Verwaltung fuer die Stringlist aus der Resource aufbauen // create administration for the resource's Stringlist
USHORT nSize = GetEntryCount(); USHORT nSize = GetEntryCount();
for( USHORT i=0; i < nSize; ++i ) for( USHORT i=0; i < nSize; ++i )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment