]> git.lyx.org Git - features.git/commitdiff
Clean up comments.
authorRichard Heck <rgheck@comcast.net>
Fri, 29 Feb 2008 02:49:34 +0000 (02:49 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 29 Feb 2008 02:49:34 +0000 (02:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23344 a592a061-630c-0410-9148-cb99ea01b6c8

src/BaseClassList.cpp
src/BaseClassList.h

index 64e1f5b805e2fbf9e8f3d05917a5ab8a276ff0ab..1215e66b0dbd88036269e10803f65334f015aae2 100644 (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)
 {
index df3e6ddb1854eb72509a608108a258da8a91d9c7..73ea0d950ae9d25217b2b54b32d91d81e6430058 100644 (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);