diff options
author | Johnny_M <klasse@partyheld.de> | 2017-02-03 17:44:50 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2017-02-15 19:04:58 +0000 |
commit | c0089c104de4758dae6e3d732d4f5ff2c6fd5074 (patch) | |
tree | 950c592ee93df9aa003fd1fccdbaec888beb4065 /include/svtools/rtftoken.h | |
parent | f3134948fb42b92db53f519f579d4fedf5554c5e (diff) |
Translate German comments
Change-Id: Ia30dc2f96b34e0edecade84a020092b0a24cbb18
Reviewed-on: https://gerrit.libreoffice.org/33895
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include/svtools/rtftoken.h')
-rw-r--r-- | include/svtools/rtftoken.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/svtools/rtftoken.h b/include/svtools/rtftoken.h index cb23f30ebf39..550a36f84321 100644 --- a/include/svtools/rtftoken.h +++ b/include/svtools/rtftoken.h @@ -24,7 +24,7 @@ namespace rtl { class OUString; }; -// suche die TokenID zu dem Token +// search the TokenID for the token int GetRTFToken( const rtl::OUString& rSearch ); enum RTF_TOKEN_RANGES { @@ -43,10 +43,10 @@ enum RTF_TOKEN_RANGES { RTF_OBJECTS = 0x0D00, RTF_NUMBULLETS = 0x0E00, - // !!! kann hinein verodert werden (Border/Background) !!!! + // !!! can be mixed in using the "or" operator (border/background) !!!! RTF_TABLEDEF = 0x1000, - // !!! kann hinein verodert werden (Border/Tab) !!!! + // !!! can be mixed in using the "or" operator (border/tab) !!!! RTF_SWGDEFS = 0x4000 }; @@ -179,7 +179,7 @@ enum RTF_TOKEN_IDS { RTF_BLIPUID, RTF_BLIPUPI, - RTF_FIELD, // Felder + RTF_FIELD, // Fields RTF_FLDDIRTY, RTF_FLDEDIT, RTF_FLDLOCK, @@ -520,7 +520,7 @@ enum RTF_TOKEN_IDS { RTF_SECTSPECIFYCL, RTF_SECTSPECIFYL, - // Swg-Header/Footer-Tokens + // Swg header/footer tokens RTF_HEADER_YB = (RTF_SECTFMT|RTF_SWGDEFS), RTF_HEADER_XL, RTF_HEADER_XR, @@ -629,7 +629,7 @@ enum RTF_TOKEN_IDS { RTF_TLTH, RTF_TLEQ, - // Swg-TabStop-Tokens + // Swg TabStop tokens RTF_TLSWG = (RTF_TABSTOPDEF|RTF_SWGDEFS), /* */ @@ -655,7 +655,7 @@ enum RTF_TOKEN_IDS { RTF_BRDROUTSET, RTF_BRDRFRAME, - // Swg-Border-Tokens + // Swg border tokens RTF_BRDBOX = (RTF_BRDRDEF|RTF_SWGDEFS), RTF_BRDLINE_COL, RTF_BRDLINE_IN, @@ -793,7 +793,7 @@ enum RTF_TOKEN_IDS { RTF_TWOINONE, RTF_HORZVERT, - // Swg-Border-Tokens + // Swg border tokens RTF_SWG_ESCPROP = (RTF_CHRFMT|RTF_SWGDEFS), RTF_HYPHEN, RTF_HYPHLEAD, @@ -882,7 +882,7 @@ enum RTF_TOKEN_IDS { RTF_FRMTXLRTBV, RTF_FRMTXTBRLV, - // Swg-Frame-Tokens + // Swg frame tokens RTF_FLYPRINT = (RTF_APOCTL|RTF_SWGDEFS), RTF_FLYOPAQUE, RTF_FLYPRTCTD, |