Clean up comments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23344 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-02-29 02:49:34 +00:00
parent 2b3bd7b5f4
commit 8ed7f04793
2 changed files with 1 additions and 2 deletions

View File

@ -73,7 +73,6 @@ LayoutFile const & BaseClassList::operator[](string const & classname) const
}
// Gets a textclass structure from string
LayoutFile &
BaseClassList::operator[](string const & classname)
{

View File

@ -82,7 +82,7 @@ public:
LayoutFile const & operator[](std::string const & classname) const;
///
LayoutFile & operator[](std::string const & classname);
/// Read textclass list. Returns false if this fails.
/// Read textclass list. Returns false if this fails.
bool read();
/// Clears the textclass so as to force it to be reloaded
void reset(LayoutFileIndex const & tc);