summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tabarea.cxx
diff options
context:
space:
mode:
authorFlorian Allmann-Rahn <f.allmann-rahn@gmx.de>2012-04-15 17:50:21 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-04-17 11:32:31 +0200
commit223b99165a249d77c1658eff8ce2262875170ec9 (patch)
tree1fc0e1add230990d9db7aaaef0e905d7d5e45c04 /cui/source/tabpages/tabarea.cxx
parentb42ac1ffe55ad3b3445478a35453108cd639929a (diff)
translated or removed german comments in connectivity, cppuhelper and cui
Diffstat (limited to 'cui/source/tabpages/tabarea.cxx')
-rw-r--r--cui/source/tabpages/tabarea.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/cui/source/tabpages/tabarea.cxx b/cui/source/tabpages/tabarea.cxx
index 1d270e581392..7865b5b91aaf 100644
--- a/cui/source/tabpages/tabarea.cxx
+++ b/cui/source/tabpages/tabarea.cxx
@@ -145,7 +145,7 @@ void SvxAreaTabDialog::SavePalettes()
mpBitmapList = mpDrawModel->GetBitmapList();
}
- // Speichern der Tabellen, wenn sie geaendert wurden.
+ // save the tables when they have been changed
const String aPath( SvtPathOptions().GetPalettePath() );
@@ -155,7 +155,7 @@ void SvxAreaTabDialog::SavePalettes()
mpHatchingList->Save();
SvxHatchListItem aItem( mpHatchingList, SID_HATCH_LIST );
- // ToolBoxControls werden benachrichtigt:
+ // ToolBoxControls are informed:
if ( pShell )
pShell->PutItem( aItem );
else
@@ -168,7 +168,7 @@ void SvxAreaTabDialog::SavePalettes()
mpBitmapList->Save();
SvxBitmapListItem aItem( mpBitmapList, SID_BITMAP_LIST );
- // ToolBoxControls werden benachrichtigt:
+ // ToolBoxControls are informed:
if ( pShell )
pShell->PutItem( aItem );
else
@@ -183,7 +183,7 @@ void SvxAreaTabDialog::SavePalettes()
mpGradientList->Save();
SvxGradientListItem aItem( mpGradientList, SID_GRADIENT_LIST );
- // ToolBoxControls werden benachrichtigt:
+ // ToolBoxControls are informed:
if ( pShell )
pShell->PutItem( aItem );
else
@@ -198,7 +198,7 @@ void SvxAreaTabDialog::SavePalettes()
mpColorList->Save();
SvxColorListItem aItem( mpColorList, SID_COLOR_TABLE );
- // ToolBoxControls werden benachrichtigt:
+ // ToolBoxControls are informed:
if ( pShell )
pShell->PutItem( aItem );
else
@@ -213,9 +213,9 @@ short SvxAreaTabDialog::Ok()
{
SavePalettes();
- // Es wird RET_OK zurueckgeliefert, wenn wenigstens eine
- // TabPage in FillItemSet() sal_True zurueckliefert. Dieses
- // geschieht z.Z. standardmaessig.
+ // RET_OK is returned, if at least one
+ // TabPage returns sal_True in FillItemSet().
+ // This happens by default at the moment.
return( SfxTabDialog::Ok() );
}
@@ -250,7 +250,7 @@ void SvxAreaTabDialog::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
( (SvxAreaTabPage&) rPage ).SetBmpChgd( &mnBitmapListState );
( (SvxAreaTabPage&) rPage ).SetColorChgd( &mnColorListState );
( (SvxAreaTabPage&) rPage ).Construct();
- // ActivatePage() wird das erste mal nicht gerufen
+ // ActivatePage() is not called the first time
( (SvxAreaTabPage&) rPage ).ActivatePage( mrOutAttrs );
break;