]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.h
two patches from john
[lyx.git] / src / lyx_sty.h
index eafab288dbd1977a9df9eac588bc95769fe4bb9d..e654a6803b9ccd488fee280d46acaaa73522e787 100644 (file)
@@ -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)
 // 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