diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2002-05-07 08:00:08 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2002-05-07 08:00:08 +0000 |
commit | a007d3af3c45cb58f99a450613ad2e425a330f30 (patch) | |
tree | d0cd19bf4f431587b0f3ec4f925b2af82aec7937 /transex3/inc | |
parent | 82f56a5c99bd2befc151eb52d8fa064919c545cc (diff) |
Removed unused code
Diffstat (limited to 'transex3/inc')
-rw-r--r-- | transex3/inc/tokens.h | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/transex3/inc/tokens.h b/transex3/inc/tokens.h index 797225bb31d2..6c37e72726df 100644 --- a/transex3/inc/tokens.h +++ b/transex3/inc/tokens.h @@ -2,9 +2,9 @@ * * $RCSfile: tokens.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nf $ $Date: 2001-08-23 11:45:29 $ + * last change: $Author: nf $ $Date: 2002-05-07 09:00:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,22 +104,6 @@ #define LISTRESID 523 /* < 12345; ... > */ #define _LISTRESID 523 /* { 12345; ... } */ - -/*------------------------------------------------------ */ -/*------------------------------------------------------ */ -/* Tokens for parsing xml files */ -/*------------------------------------------------------ */ -/*------------------------------------------------------ */ -#define XML_RESSOURCEBUNDLE_START 501 -#define XML_RESSOURCEBUNDLE_END 502 -#define XML_CONTEXT_START 511 -#define XML_CONTEXT_END 512 -#define XML_KEY_START 521 -#define XML_KEY_END 522 -#define XML_TEXT_START 531 -#define XML_TEXT_END 532 -#define XML_TEXTCHAR 600 - /*------------------------------------------------------ */ /*------------------------------------------------------ */ /* Tokens for parsing cfg files */ |