X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_sty.h;h=9166d19121265f615d4667c9ec0aa6da1e714461;hb=068e2cfb25bfbab62f80bc0c776ca169032c2219;hp=8c26928a41085102f6dc3127fb661009e150113d;hpb=0eccdd1c3613e5170deb77b22174dd0afde833e9;p=lyx.git diff --git a/src/lyx_sty.h b/src/lyx_sty.h index 8c26928a41..9166d19121 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-2000 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,35 @@ // another object. I'll let some others have a look now... (Lgb) // include this always +/// 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; #endif