]> git.lyx.org Git - features.git/commitdiff
Wow, that last commit was dumb. So let's fix #8278 properly.
authorRichard Heck <rgheck@lyx.org>
Sun, 5 Aug 2012 21:31:00 +0000 (17:31 -0400)
committerRichard Heck <rgheck@lyx.org>
Sun, 5 Aug 2012 21:31:00 +0000 (17:31 -0400)
src/Paragraph.cpp

index f70a0a9a9b32154197445c74ddffc18e938b3723..f480ef726e0957f807bf90e98006816b3a81b5c9 100644 (file)
@@ -2854,7 +2854,7 @@ docstring Paragraph::simpleLyXHTMLOnePar(Buffer const & buf,
                                retval += inset->xhtml(xs, np);
                        }
                } else {
-                       char_type c = d->text_[getUChar(buf.params(), i)];
+                       char_type c = getUChar(buf.params(), i);
 
                        if (style.pass_thru)
                                xs << c;