]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.C
Move #includes out of header files.
[lyx.git] / src / paragraph_pimpl.C
index 968d56c43bf3c20cbf420db5bbb28537ed5bf3e7..8c0573d7ee34895561e251244f640e1f262bad60 100644 (file)
@@ -331,7 +331,6 @@ void Paragraph::Pimpl::insertInset(pos_type pos,
 
        // Add a new entry in the insetlist.
        owner_->insetlist.insert(inset, pos);
-       inset->parOwner(owner_);
 
        if (inset_owner)
                inset->setOwner(inset_owner);
@@ -481,7 +480,7 @@ bool Paragraph::Pimpl::isTextAt(string const & str, pos_type pos) const
 }
 
 
-void Paragraph::Pimpl::simpleTeXSpecialChars(Buffer const * buf,
+void Paragraph::Pimpl::simpleTeXSpecialChars(Buffer const & buf,
                                             BufferParams const & bparams,
                                             ostream & os,
                                             TexRow & texrow,