typo fixed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7000 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Alfredo Braunstein 2003-05-22 11:19:31 +00:00
parent b1fb034c3b
commit 0db4507ee2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-22 Alfredo Braunstein <abraunst@libero.it>
* insetfloat.C (addToToc): trivial compile fix
2003-05-22 Lars Gullik Bjønnes <larsbj@gullik.net>
* insetfloat.C (addToToc): parlist simplfication

View File

@ -365,7 +365,7 @@ void InsetFloat::addToToc(toc::TocList & toclist, Buffer const * buf) const
ParIterator pit(inset.paragraphs.begin(), inset.paragraphs);
ParIterator end(inset.paragraphs.end(), inset.paragraphs);
a // Find a caption layout in one of the (child inset's) pars
// Find a caption layout in one of the (child inset's) pars
for (; pit != end; ++pit) {
if (pit->layout()->name() == caplayout) {
string const name = floatname(params_.type, buf->params);