X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_sty.h;h=1873548af2ca69c6bb81df9cea22417ed27c9dbd;hb=98c966c64594611e469313314abd1e59524adb4a;hp=d431d40742d272f9246f3ae4d68086bf65c4820c;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/lyx_sty.h b/src/lyx_sty.h index d431d40742..1873548af2 100644 --- a/src/lyx_sty.h +++ b/src/lyx_sty.h @@ -1,17 +1,20 @@ // -*- C++ -*- -/* - This file is part of - ====================================================== - - LyX, The Document Processor - - Copyright (C) 1995 Matthias Ettrich - - ====================================================== - */ +/* This file is part of + * ====================================================== + * + * LyX, The Document Processor + * + * Copyright 1995 Matthias Ettrich + * Copyright 1995-2001 The LyX Team. + * + * ====================================================== */ -#ifndef _LYX_STY_H -#define _LYX_STY_H +#ifndef LYX_STY_H +#define LYX_STY_H + +#ifdef __GNUG__ +#pragma interface +#endif #include "LString.h" @@ -29,20 +32,37 @@ // another object. I'll let some others have a look now... (Lgb) // include this always -extern LString const lyx_def; -extern LString const lyxline_def; -extern LString const noun_def; -extern LString const lyxarrow_def; -extern LString const quotedblbase_def; -extern LString const quotesinglbase_def; -extern LString const guillemotleft_def; -extern LString const guillemotright_def; -extern LString const guilsinglleft_def; -extern LString const guilsinglright_def; -extern LString const paragraphindent_def; -extern LString const floatingfootnote_def; -extern LString const minipageindent_def; -extern LString const boldsymbol_def; -extern LString const binom_def; +/// +extern string const lyx_def; +/// +extern string const lyxline_def; +/// +extern string const noun_def; +/// +extern string const lyxarrow_def; +/// +extern string const quotedblbase_def; +/// +extern string const quotesinglbase_def; +/// +extern string const guillemotleft_def; +/// +extern string const guillemotright_def; +/// +extern string const guilsinglleft_def; +/// +extern string const guilsinglright_def; +/// +extern string const paragraphindent_def; +/// +extern string const floatingfootnote_def; +/// +extern string const minipageindent_def; +/// +extern string const boldsymbol_def; +/// +extern string const binom_def; +/// +extern string const mathcircumflex_def; #endif