]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.cpp
BufferParams.cpp: make Lithuanian documents compilable, fixes http://bugzilla.lyx...
[lyx.git] / src / Cursor.cpp
index 7c2fa75818dd5c9133ad2cbea949270e120ac7d3..a51c98b8b4c6c2d8c945cb5b7507790ac0e7b97a 100644 (file)
@@ -2193,8 +2193,7 @@ void Cursor::recordUndoSelection() const
 void Cursor::checkBufferStructure()
 {
        Buffer const * master = buffer().masterBuffer();
-       if (master->tocBackend().updateItem(*this))
-               master->structureChanged();
+       master->tocBackend().updateItem(*this);
 }