mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
d62a9764da
commit
57e9bb5d1a
@ -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
|
||||
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user