a few more

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4268 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-05-29 13:33:40 +00:00
parent d62a9764da
commit 57e9bb5d1a
2 changed files with 2 additions and 4 deletions

View 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

View 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;
}