]> git.lyx.org Git - lyx.git/blobdiff - src/TocBackend.cpp
revert accidental commit.
[lyx.git] / src / TocBackend.cpp
index e1a5416e14f3232ebc164d893a17fef3f57491f8..e4504c47b8fbebab5ff30129873f6a18ac6d52f0 100644 (file)
@@ -176,6 +176,7 @@ void TocBackend::update()
                        case OPTARG_CODE: {
                                if (!tocstring.empty())
                                        break;
+                               pit.pos() = 0;
                                Paragraph const & par =
                                        *static_cast<InsetOptArg&>(inset).paragraphs().begin();
                                if (!pit->labelString().empty())
@@ -192,6 +193,7 @@ void TocBackend::update()
                int const toclevel = pit->layout().toclevel;
                if (toclevel != Layout::NOT_IN_TOC
                    && toclevel >= min_toclevel) {
+                       pit.pos() = 0;
                        // insert this into the table of contents
                        if (tocstring.empty())
                                tocstring = pit->asString(true);