diff options
author | Matthias Freund <matti_lx@yahoo.de> | 2013-02-10 01:26:46 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-10 14:26:17 +0000 |
commit | 04278c1b53d93ec4c73d85b202457457d8f55cbe (patch) | |
tree | bc6a5bf1703766a94dc714d36b608a14753a2205 | |
parent | a79b72059bf522fab1dc78383a71b2818f6866b8 (diff) |
Comment translation german - english
Hope it helps a lot.
Change-Id: If10593f81d4b2a00b8305e955ca7e6a15ed47aff
Reviewed-on: https://gerrit.libreoffice.org/2074
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
-rw-r--r-- | sw/source/ui/table/tablepg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/table/tablepg.hxx b/sw/source/ui/table/tablepg.hxx index 091754d52e04..618f93a31521 100644 --- a/sw/source/ui/table/tablepg.hxx +++ b/sw/source/ui/table/tablepg.hxx @@ -90,9 +90,9 @@ public: }; /*------------------------------------------------------- - TabPage Format/Tabelle/Spalten + TabPage Format/Table/Columns --------------------------------------------------------- */ -#define MET_FIELDS 6 //Anzahl der verwendeten MetricFields +#define MET_FIELDS 6 //Number of the used MetricFields class SwTableColumnPage : public SfxTabPage { @@ -110,8 +110,8 @@ class SwTableColumnPage : public SfxTabPage SwTwips nMinWidth; sal_uInt16 nNoOfCols; sal_uInt16 nNoOfVisibleCols; - //Breite merken, wenn auf autom. Ausrichtung gestellt wird - sal_uInt16 aValueTbl[MET_FIELDS];//primaere Zuordnung der MetricFields + //Remember the with, when switching to autoalign + sal_uInt16 aValueTbl[MET_FIELDS];//primary assignment of the MetricFields sal_Bool bModified:1; sal_Bool bModifyTbl:1; sal_Bool bPercentMode:1; |