The same code in 1.5: CutAndPAst.C:
namespace { typedef std::pair<lyx::pit_type, int> PitPosPair; typedef limited_stack<pair<ParagraphList, textclass_type> > CutStack; CutStack theCuts(10); // store whether the tabular stack is newer than the normal copy stack // FIXME: this is a workaround for bug 1919. Should be removed for 1.5, // when we (hopefully) have a one-for-all paste mechanism. bool dirty_tabular_stack_; We should really find a better solution. Peter