replace most &dquot;...&dquot; by <...>
[lyx.git] / src / coordcache.C
blob11e5a8db3ee51eb691388aac5ff2c007dc76f546
2 #include "coordcache.h"
3 #include "debug.h"
5 CoordCache theCoords;
7 // just a helper to be able to set a breakpoint
8 void lyxbreaker(void const * data, const char * hint, int size)
10         lyxerr << "break on pointer: " << data << " hint: " << hint
11                 << " size: " << size << std::endl;
15 void CoordCache::clear()
17 //      lyxerr << "CoordCache: removing " << arrays_.data_.size()
18 //              << " arrays" << std::endl;
19 //      lyxerr << "CoordCache: removing " << insets_.data_.size()
20 //              << " insets" << std::endl;
21         arrays_.clear();
22         insets_.clear();