]> git.lyx.org Git - features.git/commitdiff
a few more
authorAndré Pönitz <poenitz@gmx.net>
Wed, 29 May 2002 13:33:40 +0000 (13:33 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 29 May 2002 13:33:40 +0000 (13:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4268 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/lyxtextclass.C

index 2b24839fdf66e9ba1333835122c20aacfa282f81..ea172d2b6eed4b816b8e1099e18a3e6168ff2179 100644 (file)
@@ -2,6 +2,8 @@
 2002-05-29  André Pönitz <poenitz@gmx.net>
 
        * text.C:
+       * text2.C:
+       * lyxtextclass.C:
        *       sp_pspell.h:
        * textclasslist.[Ch]:
        * sp_ispell.h: whitespace change
index a84fdea8b2bcc0ac042341c4008c5ebcd83e9993..21d0cbf5070269790b264bfaed9dfb01994bfb90 100644 (file)
@@ -32,8 +32,6 @@ using std::remove_if;
 using std::ostream;
 
 
-/* ******************************************************************* */
-
 LyXTextClass::LyXTextClass(string const & fn, string const & cln,
                           string const & desc)
        : name_(fn), latexname_(cln), description_(desc)
@@ -526,7 +524,6 @@ LyXLayout const & LyXTextClass::operator[](string const & n) const
        if (name == lastLayoutName)
                return layoutlist[lastLayoutIndex];
 
-
        LayoutList::const_iterator cit =
                find_if(layoutlist.begin(),
                        layoutlist.end(),
@@ -582,7 +579,6 @@ bool LyXTextClass::load() const
        }
        loaded = true;
        return loaded;
-
 }