]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.C
* src/LaTeX.C: beautification: use identical user messages
[lyx.git] / src / paragraph.C
index 614b93e89c10016cc5bb898d609c4d068fcb208d..f387cf82372680b29b23d69c91f823680e759748 100644 (file)
@@ -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());