diff options
author | Florian Allmann-Rahn <f.allmann-rahn@gmx.de> | 2012-04-15 17:50:21 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-04-17 11:32:31 +0200 |
commit | 223b99165a249d77c1658eff8ce2262875170ec9 (patch) | |
tree | 1fc0e1add230990d9db7aaaef0e905d7d5e45c04 /cui/source/inc/tabstpge.hxx | |
parent | b42ac1ffe55ad3b3445478a35453108cd639929a (diff) |
translated or removed german comments in connectivity, cppuhelper and cui
Diffstat (limited to 'cui/source/inc/tabstpge.hxx')
-rw-r--r-- | cui/source/inc/tabstpge.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cui/source/inc/tabstpge.hxx b/cui/source/inc/tabstpge.hxx index a002a03e7272..1f054d34c69e 100644 --- a/cui/source/inc/tabstpge.hxx +++ b/cui/source/inc/tabstpge.hxx @@ -47,8 +47,8 @@ class TabWin_Impl; /* {k:\svx\prototyp\dialog\tabstop.bmp} - [Beschreibung] - In dieser TabPage werden Tabulatoren verwaltet. + [Description] + In this TabPage tabulators are managed. [Items] <SvxTabStopItem><SID_ATTR_TABSTOP> @@ -78,7 +78,7 @@ protected: private: SvxTabulatorTabPage( Window* pParent, const SfxItemSet& rSet ); - // Tabulatoren und Positionen + // tabulators and positions FixedLine aTabLabel; MetricBox aTabBox; FixedLine aTabLabelVert; @@ -99,19 +99,19 @@ private: Edit aDezChar; FixedLine aFillLabel; - // Fuellzeichen + RadioButton aNoFillChar; RadioButton aFillPoints; RadioButton aFillDashLine ; RadioButton aFillSolidLine; RadioButton aFillSpecial; Edit aFillChar; - // Buttons + PushButton aNewBtn; PushButton aDelAllBtn; PushButton aDelBtn; - // lokale Variablen, interne Funktionen + // local variables, internal functions SvxTabStop aAktTab; SvxTabStopItem aNewTabs; long nDefDist; |