]> git.lyx.org Git - lyx.git/blobdiff - src/dociterator.C
explain why ownsClipbiard() does not work on Windows and OS X
[lyx.git] / src / dociterator.C
index ad96095022b2ebbc6b2340bd8bee89b2ff565897..331915982ff8d58f857d8ac37400b42741e1f883 100644 (file)
@@ -234,14 +234,14 @@ DocIterator::col_type DocIterator::col() const
 
 MathArray const & DocIterator::cell() const
 {
-       BOOST_ASSERT(inMathed());
+//     BOOST_ASSERT(inMathed());
        return top().cell();
 }
 
 
 MathArray & DocIterator::cell()
 {
-       BOOST_ASSERT(inMathed());
+//     BOOST_ASSERT(inMathed());
        return top().cell();
 }