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

Translate german comments in optload.cxx

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.
üst a486a87e
...@@ -193,7 +193,7 @@ BOOL SwLoadOptPage::FillItemSet( SfxItemSet& rSet ) ...@@ -193,7 +193,7 @@ BOOL SwLoadOptPage::FillItemSet( SfxItemSet& rSet )
const USHORT nMPos = aMetricLB.GetSelectEntryPos(); const USHORT nMPos = aMetricLB.GetSelectEntryPos();
if ( nMPos != aMetricLB.GetSavedValue() ) if ( nMPos != aMetricLB.GetSavedValue() )
{ {
// Doppel-Cast fuer VA3.0 // Double-Cast for VA3.0
USHORT nFieldUnit = (USHORT)(long)aMetricLB.GetEntryData( nMPos ); USHORT nFieldUnit = (USHORT)(long)aMetricLB.GetEntryData( nMPos );
rSet.Put( SfxUInt16Item( SID_ATTR_METRIC, (UINT16)nFieldUnit ) ); rSet.Put( SfxUInt16Item( SID_ATTR_METRIC, (UINT16)nFieldUnit ) );
bRet = TRUE; bRet = TRUE;
...@@ -313,14 +313,14 @@ void SwLoadOptPage::Reset( const SfxItemSet& rSet) ...@@ -313,14 +313,14 @@ void SwLoadOptPage::Reset( const SfxItemSet& rSet)
} }
/*-----------------13.01.97 14.44------------------- /*-----------------13.01.97 14.44-------------------
Metric des Deftabstops umschalten Switch Deftabstops' metric
--------------------------------------------------*/ --------------------------------------------------*/
IMPL_LINK(SwLoadOptPage, MetricHdl, ListBox*, EMPTYARG) IMPL_LINK(SwLoadOptPage, MetricHdl, ListBox*, EMPTYARG)
{ {
const USHORT nMPos = aMetricLB.GetSelectEntryPos(); const USHORT nMPos = aMetricLB.GetSelectEntryPos();
if(nMPos != USHRT_MAX) if(nMPos != USHRT_MAX)
{ {
// Doppel-Cast fuer VA3.0 // Double-Cast for VA3.0
FieldUnit eFieldUnit = (FieldUnit)(long)aMetricLB.GetEntryData( nMPos ); FieldUnit eFieldUnit = (FieldUnit)(long)aMetricLB.GetEntryData( nMPos );
BOOL bModified = aTabMF.IsModified(); BOOL bModified = aTabMF.IsModified();
long nVal = bModified ? long nVal = bModified ?
...@@ -524,7 +524,7 @@ BOOL SwCaptionOptPage::FillItemSet( SfxItemSet& ) ...@@ -524,7 +524,7 @@ BOOL SwCaptionOptPage::FillItemSet( SfxItemSet& )
BOOL bRet = FALSE; BOOL bRet = FALSE;
SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig();
SaveEntry(aCheckLB.FirstSelected()); // Aktuellen Eintrag uebernehmen SaveEntry(aCheckLB.FirstSelected()); // apply current entry
SvLBoxEntry* pEntry = aCheckLB.First(); SvLBoxEntry* pEntry = aCheckLB.First();
...@@ -847,7 +847,7 @@ void SwCaptionOptPage::DrawSample() ...@@ -847,7 +847,7 @@ void SwCaptionOptPage::DrawSample()
{ {
//#i61007# order of captions //#i61007# order of captions
bool bOrderNumberingFirst = aLbCaptionOrder.GetSelectEntryPos() == 1; bool bOrderNumberingFirst = aLbCaptionOrder.GetSelectEntryPos() == 1;
// Nummer // number
USHORT nNumFmt = (USHORT)(ULONG)aFormatBox.GetEntryData( USHORT nNumFmt = (USHORT)(ULONG)aFormatBox.GetEntryData(
aFormatBox.GetSelectEntryPos() ); aFormatBox.GetSelectEntryPos() );
if( SVX_NUM_NUMBER_NONE != nNumFmt ) if( SVX_NUM_NUMBER_NONE != nNumFmt )
......
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