X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxtextclasslist.h;h=978eb2afbe9640f5944fc361af20303eaa2d0244;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=3309e541b296266930478db1626b4d85aa8051f8;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/lyxtextclasslist.h b/src/lyxtextclasslist.h index 3309e541b2..978eb2afbe 100644 --- a/src/lyxtextclasslist.h +++ b/src/lyxtextclasslist.h @@ -1,26 +1,26 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file lyxtextclasslist.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * LyX, The Document Processor + * \author Lars Gullik Bjønnes * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #ifndef LYXTEXTCLASSLIST_H #define LYXTEXTCLASSLIST_H +#include "lyxtextclass.h" + #include "support/types.h" #include -#include "LString.h" - +#include #include -class LyXTextClass; class LyXLayout; /// Reads the style files @@ -40,7 +40,7 @@ public: /// Gets textclass number from name, -1 if textclass name does not exist std::pair const - NumberOfClass(string const & textclass) const; + NumberOfClass(std::string const & textclass) const; /// LyXTextClass const & operator[](lyx::textclass_type textclass) const;