diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:50:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:50:38 +0000 |
commit | 8bce1f4510190bf56446faf0417df12736e69c65 (patch) | |
tree | 1facd8c7d208dd4f3575a44f61f3982f3556dbcd /idlc | |
parent | 91e590574b315fed359d2ab6bdf634818ee3ebbc (diff) |
INTEGRATION: CWS jsc21 (1.3.4); FILE MERGED
2008/06/20 11:12:53 jsc 1.3.4.1: #i86349# remove unused methods
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/preproc/cpp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/idlc/source/preproc/cpp.h b/idlc/source/preproc/cpp.h index c076ef68d512..f5e765ab3411 100644 --- a/idlc/source/preproc/cpp.h +++ b/idlc/source/preproc/cpp.h @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cpp.h,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -147,7 +147,6 @@ enum errtype }; void expandlex(void); -void fixlex(void); void setup(int, char **); int gettokens(Tokenrow *, int); int comparetokens(Tokenrow *, Tokenrow *); |