From: Richard Heck Date: Fri, 29 Feb 2008 02:49:34 +0000 (+0000) Subject: Clean up comments. X-Git-Tag: 1.6.10~5986 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8ed7f047930bca9b2299ccf093cf2cccc17b8ff1;p=lyx.git Clean up comments. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23344 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BaseClassList.cpp b/src/BaseClassList.cpp index 64e1f5b805..1215e66b0d 100644 --- a/src/BaseClassList.cpp +++ b/src/BaseClassList.cpp @@ -73,7 +73,6 @@ LayoutFile const & BaseClassList::operator[](string const & classname) const } -// Gets a textclass structure from string LayoutFile & BaseClassList::operator[](string const & classname) { diff --git a/src/BaseClassList.h b/src/BaseClassList.h index df3e6ddb18..73ea0d950a 100644 --- a/src/BaseClassList.h +++ b/src/BaseClassList.h @@ -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);