]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.C
Look for mathed xpms. Doesn't do anything yet due to lack of workable XPMs
[lyx.git] / src / paragraph_pimpl.C
index abe2ece5b771918520f64a84ac6b7619c2345805..84bda8d103b37f55d6431a4e3daeba75fde42bb6 100644 (file)
@@ -141,7 +141,7 @@ void Paragraph::Pimpl::insertChar(pos_type pos, value_type c,
 
        // Update the insets
        owner_->insetlist.increasePosAfterPos(pos);
-       
+
        owner_->setFont(pos, font);
 }
 
@@ -158,7 +158,7 @@ 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);
 }