]> git.lyx.org Git - lyx.git/blobdiff - src/text2.C
fix crash after removing a table row (again due to uncorrected cursor
[lyx.git] / src / text2.C
index 129ac6aa1276fda0a8e42233b39fb3756961d121..33c31c8217226314bbdc8784914473bfc172b06f 100644 (file)
@@ -103,7 +103,7 @@ bool LyXText::isMainText() const
 
 
 // takes absolute x,y coordinates
-InsetBase * LyXText::checkInsetHit(int x, int y) const 
+InsetBase * LyXText::checkInsetHit(int x, int y) const
 {
        par_type pit;
        par_type end;
@@ -822,7 +822,7 @@ void LyXText::setCounter(Buffer const & buf, par_type pit)
                                    in->lyxCode() == InsetBase::WRAP_CODE) {
                                        isOK = true;
                                        break;
-                               } 
+                               }
 #ifdef WITH_WARNINGS
 #warning replace this code by something that works
 // This code does not work because we have currently no way to move up