This translates the german code comments in optload.cxx to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/config/optload.cxx | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx index 3057a69..b0f903c 100644 --- a/sw/source/ui/config/optload.cxx +++ b/sw/source/ui/config/optload.cxx @@ -193,7 +193,7 @@ BOOL SwLoadOptPage::FillItemSet( SfxItemSet& rSet ) const USHORT nMPos = aMetricLB.GetSelectEntryPos(); if ( nMPos != aMetricLB.GetSavedValue() ) { - // Doppel-Cast fuer VA3.0 + // Double-Cast for VA3.0 USHORT nFieldUnit = (USHORT)(long)aMetricLB.GetEntryData( nMPos ); rSet.Put( SfxUInt16Item( SID_ATTR_METRIC, (UINT16)nFieldUnit ) ); bRet = TRUE; @@ -313,14 +313,14 @@ void SwLoadOptPage::Reset( const SfxItemSet& rSet) } /*-----------------13.01.97 14.44------------------- - Metric des Deftabstops umschalten + Switch Deftabstops' metric --------------------------------------------------*/ IMPL_LINK(SwLoadOptPage, MetricHdl, ListBox*, EMPTYARG) { const USHORT nMPos = aMetricLB.GetSelectEntryPos(); if(nMPos != USHRT_MAX) { - // Doppel-Cast fuer VA3.0 + // Double-Cast for VA3.0 FieldUnit eFieldUnit = (FieldUnit)(long)aMetricLB.GetEntryData( nMPos ); BOOL bModified = aTabMF.IsModified(); long nVal = bModified ? @@ -524,7 +524,7 @@ BOOL SwCaptionOptPage::FillItemSet( SfxItemSet& ) BOOL bRet = FALSE; SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); - SaveEntry(aCheckLB.FirstSelected()); // Aktuellen Eintrag uebernehmen + SaveEntry(aCheckLB.FirstSelected()); // apply current entry SvLBoxEntry* pEntry = aCheckLB.First(); @@ -847,7 +847,7 @@ void SwCaptionOptPage::DrawSample() { //#i61007# order of captions bool bOrderNumberingFirst = aLbCaptionOrder.GetSelectEntryPos() == 1; - // Nummer + // number USHORT nNumFmt = (USHORT)(ULONG)aFormatBox.GetEntryData( aFormatBox.GetSelectEntryPos() ); if( SVX_NUM_NUMBER_NONE != nNumFmt ) -- 1.7.1 _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice