X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_sty.h;h=e654a6803b9ccd488fee280d46acaaa73522e787;hb=342932ad32b6eb9afc0845717d2e3f25433bb5f1;hp=eafab288dbd1977a9df9eac588bc95769fe4bb9d;hpb=132fe5e1322fbc86a32692df51eba78d6b4e479c;p=lyx.git diff --git a/src/lyx_sty.h b/src/lyx_sty.h index eafab288db..e654a6803b 100644 --- a/src/lyx_sty.h +++ b/src/lyx_sty.h @@ -1,19 +1,21 @@ // -*- C++ -*- -/* - This file is part of - ====================================================== - - LyX, The Document Processor - - Copyright 1995 Matthias Ettrich - copyright 1995-2000 The LyX Team. - - ====================================================== - */ +/* 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 +#ifdef __GNUG__ +#pragma interface +#endif + #include "LString.h" // This seems to be fixed now (JMarc) @@ -30,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