summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-12-26 14:12:45 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2013-12-27 07:14:52 +0100
commit72ace3fa98a0c82c0511b49fd4026b148205eb96 (patch)
tree30ca2e0303bceaf16eb35efb4a42d73286c64070 /l10ntools
parent480c7c2ef45e9c84a9bbffbfa95df673583c546e (diff)
Transex3: remove not parsed tokens
Change-Id: I7e610c767e28e2af683f95aa573cbe34b35b6966
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/inc/tokens.h5
-rw-r--r--l10ntools/source/export.cxx4
2 files changed, 0 insertions, 9 deletions
diff --git a/l10ntools/inc/tokens.h b/l10ntools/inc/tokens.h
index da340b6e7334..4f4c49f65011 100644
--- a/l10ntools/inc/tokens.h
+++ b/l10ntools/inc/tokens.h
@@ -29,8 +29,6 @@
#define COMMENT 401 /*... */
#define DEFINEDRES 402 /* Text = { */
#define ANYTOKEN 404 /* XYZ */
-#define UNKNOWNTOKEN 405 /* XYZ[ \t]$ */
-#define UNKNOWNCONSTRUCTION 406 /* XYZ ( xxx, yyy, zzz ) */
#define UNKNOWNCHAR 407 /* . */
/*------------------------------------------------------ */
/* prev. tokens will not be executed */
@@ -53,13 +51,10 @@
#define LISTTEXT 514 /* < "Text" ... > */
#define RSCDEFINE 515 /* #define MY_TEXT */
#define RSCDEFINELEND 516 /* */
-#define NEWTEXTINRES 517 /* ### Achtung : Ne... */
#define UIENTRIES 518 /* UIEntries = { */
#define PRAGMA 519 /* #pragma ... */
#define _LISTTEXT 521 /* { "Text" ... } */
#define TEXTREFID 522 /* Text = 12345 */
-#define LISTRESID 523 /* < 12345; ... > */
-#define _LISTRESID 523 /* { 12345; ... } */
#define NORMDEFINE 524 /* #define ... */
/*------------------------------------------------------ */
/*------------------------------------------------------ */
diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx
index ef18481c4dbd..128e3a422919 100644
--- a/l10ntools/source/export.cxx
+++ b/l10ntools/source/export.cxx
@@ -726,10 +726,6 @@ int Export::Execute( int nToken, const char * pToken )
}
}
break;
- case NEWTEXTINRES: {
- bDontWriteOutput = sal_True;
- }
- break;
case APPFONTMAPPING:
{
bDontWriteOutput = sal_False;