]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
Fix bug 2485 and crash on middle mouse paste on math
[lyx.git] / src / BufferView.C
index aa4ff6fcb3713e5fd86192cb0ba858f94dd45de1..151d1154553daae676e6426ade0d22a301723576 100644 (file)
@@ -374,13 +374,13 @@ void BufferView::putSelectionAt(DocIterator const & cur,
 
 
 bool const BufferView::repaintAll() const
-{ 
+{
        return pimpl_->repaintAll();
 }
 
-       
+
 void const BufferView::repaintAll(bool r) const
-{ 
+{
        pimpl_->repaintAll(r);
 }