X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-strings.h;h=8ddb332a090b45ac934f8769e247a9d41bf7fdb5;hb=37d42d45f3f4a5d3e916a080af50b37ae4a9d118;hp=486f372eab7b0a0d4e2025f05543a826206ab5da;hpb=797d87b4513088a66b17c7ac653b84e36ea80458;p=lyx.git diff --git a/src/tex-strings.h b/src/tex-strings.h index 486f372eab..8ddb332a09 100644 --- a/src/tex-strings.h +++ b/src/tex-strings.h @@ -1,49 +1,41 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== - * - * LyX, The Document Processor - * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. +/** + * \file tex-strings.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * ====================================================== */ + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * + * Full author contact details are available in file CREDITS. + */ #ifndef TEX_STRINGS #define TEX_STRINGS -#ifdef __GNUG__ -#pragma interface -#endif - // this file should perhaps be split into even smaler parts /// -extern char const * string_paragraph_separation[]; +extern char const * const string_paragraph_separation[]; /// -extern char const * string_quotes_language[]; +extern char const * const string_quotes_language[]; /// -extern char const * string_papersize[]; +extern char const * const string_papersize[]; /// -extern char const * string_paperpackages[]; +extern char const * const string_orientation[]; /// -extern char const * string_orientation[]; +extern char const * const string_footnotekinds[]; /// -extern char const * string_footnotekinds[]; -/// -extern char const * string_align[]; +extern char const * const string_align[]; // The following was moved from tex-defs.h to here, because tex-defs.h is -// used all over. As it happens, that meant that these strings were included +// 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[]; +extern char const * const tex_graphics[]; /// -extern char const * tex_fonts[]; +extern char const * const tex_fonts[]; #endif