X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph.C;h=f387cf82372680b29b23d69c91f823680e759748;hb=46bd598fc5b0b1bb61e713428c54aedf9c6e6d98;hp=614b93e89c10016cc5bb898d609c4d068fcb208d;hpb=ae1346990ba591538bc33e4bfc5e72bb05c132a8;p=lyx.git diff --git a/src/paragraph.C b/src/paragraph.C index 614b93e89c..f387cf8237 100644 --- a/src/paragraph.C +++ b/src/paragraph.C @@ -1240,7 +1240,6 @@ void Paragraph::simpleDocBookOnePar(Buffer const & buf, if (style->pass_thru) os.put(c); else - // FIXME UNICODE os << sgml::escapeChar(c); } font_old = font; @@ -1409,12 +1408,6 @@ void Paragraph::setInsetOwner(InsetBase * inset) } -void Paragraph::setContentsFromPar(Paragraph const & par) -{ - pimpl_->setContentsFromPar(par); -} - - Change const Paragraph::lookupChange(pos_type pos) const { BOOST_ASSERT(pos <= size());