summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorLaurent BP <jumbo4444@yahoo.fr>2013-09-14 15:50:54 +0200
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-09-16 09:56:23 +0200
commitf4d3954fc6106b3ae0ee16ab0fcde15d8cb945e3 (patch)
treef3bce05b9290a6fe44fc45ed0e38e96252028520 /svx
parentadb759b304ff19dac3800d3fe007a863220e22ef (diff)
fdo#39468 Translate German comments in itemwin.cxx
Change-Id: Iee5b21c728071769335b7315d93b13fd8239f922
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/itemwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index 7af34f18adfc..4514d4276997 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -117,8 +117,8 @@ void SvxLineBox::Select()
SfxObjectShell::Current() &&
SfxObjectShell::Current()->GetItem( SID_DASH_LIST ) )
{
- // LineDashItem wird nur geschickt, wenn es auch einen Dash besitzt.
- // Notify k"ummert sich darum!
+ // LineDashItem will only be sent if it also has a dash.
+ // Notify cares!
SvxDashListItem aItem( *(const SvxDashListItem*)(
SfxObjectShell::Current()->GetItem( SID_DASH_LIST ) ) );
XLineDashItem aLineDashItem( GetSelectEntry(),
@@ -497,7 +497,7 @@ void SvxMetricField::Down()
sal_Int64 nValue = GetValue();
nValue -= GetSpinSize();
- // Um unter OS/2 einen Sprung auf Max zu verhindern
+ // To prevent OS/2 to jump on Max
if ( nValue >= GetMin() )
MetricField::Down();
}