X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-strings.h;h=9916342126caf9c1807e34360fae38436764a234;hb=21226de2b87a86be19fff025cace3d286a75aa76;hp=69a9ee8022cc4a62e8c04ed8997898a5d6d6a381;hpb=a040c0bc6f017d0591bbc7ad1aa590589dbc40ff;p=lyx.git diff --git a/src/tex-strings.h b/src/tex-strings.h index 69a9ee8022..9916342126 100644 --- a/src/tex-strings.h +++ b/src/tex-strings.h @@ -1,8 +1,21 @@ // -*- C++ -*- +/* This file is part of + * ====================================================== + * + * LyX, The Document Processor + * + * Copyright 1995 Matthias Ettrich + * Copyright 1995-2001 The LyX Team. + * + * ====================================================== */ #ifndef TEX_STRINGS #define TEX_STRINGS +#ifdef __GNUG__ +#pragma interface +#endif + // this file should perhaps be split into even smaler parts /// @@ -10,8 +23,6 @@ extern char const * string_paragraph_separation[]; /// extern char const * string_quotes_language[]; /// -extern char const * string_oldpapersize[]; -/// extern char const * string_papersize[]; /// extern char const * string_paperpackages[]; @@ -26,9 +37,6 @@ extern char const * string_align[]; // used all over. As it happens, that meant that these strings were included // 27 times in the object file. (Asger) -/// -extern char const * tex_babel[]; - /// extern char const * tex_graphics[];