mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
typo fixed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7000 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b1fb034c3b
commit
0db4507ee2
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user