lyx_mirror/src/tex-strings.h
Lars Gullik Bjønnes 45a03f4f67 use the new sstream return non-pods as const, use string instead of char * in a lot of places
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1019 a592a061-630c-0410-9148-cb99ea01b6c8
2000-09-14 17:53:12 +00:00

47 lines
1.0 KiB
C++

// -*- C++ -*-
/* This file is part of
* ======================================================
*
* LyX, The Document Processor
*
* Copyright 1995 Matthias Ettrich
* Copyright 1995-2000 The LyX Team.
*
* ====================================================== */
#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 * string_quotes_language[];
///
extern char const * string_papersize[];
///
extern char const * string_paperpackages[];
///
extern char const * string_orientation[];
///
extern char const * string_footnotekinds[];
///
extern char 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
// 27 times in the object file. (Asger)
///
extern char const * tex_graphics[];
///
extern char const * tex_fonts[];
#endif