From 8bce1f4510190bf56446faf0417df12736e69c65 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Jul 2008 13:50:38 +0000 Subject: INTEGRATION: CWS jsc21 (1.3.4); FILE MERGED 2008/06/20 11:12:53 jsc 1.3.4.1: #i86349# remove unused methods --- idlc/source/preproc/cpp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'idlc/source/preproc/cpp.h') 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 *); -- cgit