]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FontInfo.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / xforms / FontInfo.h
index 50ca92d6df93f83531e976fb69294ca1e997dd35..51b0a850a6c1e19db50919eb03b2b803a8750178 100644 (file)
@@ -1,22 +1,20 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file FontInfo.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Asger Alstrup
+ * \author John Levon
  *
- *           Copyright 1997 Asger Alstrup
- *           and the LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef FONTINFO_H
 #define FONTINFO_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "LString.h"
+#include "support/std_string.h"
 
 #include <boost/scoped_array.hpp>
 
@@ -89,4 +87,5 @@ private:
        /// Build newly sized font string
        string const resize(string const &, int size) const;
 };
-#endif
+
+#endif // FONTINFO_H