]> git.lyx.org Git - features.git/commitdiff
typo fixed
authorAlfredo Braunstein <abraunst@lyx.org>
Thu, 22 May 2003 11:19:31 +0000 (11:19 +0000)
committerAlfredo Braunstein <abraunst@lyx.org>
Thu, 22 May 2003 11:19:31 +0000 (11:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7000 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/insetfloat.C

index 74bff0e640e22aefbf6d748c8f2377687bc9665c..d521b0c03772056f0e77bb89b3e8ffad3469fa40 100644 (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
index 7c164979a50f4fa3d838fdab20450524cc26a35c..a039efc2669294383b158e85a1ec5a12546276cc 100644 (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);