| 37 | } |
| 38 | |
| 39 | TeXFormula::TeXFormula(const TeXParser& tp) |
| 40 | : _parser(tp.getIsPartial(), L"", this, false) { |
| 41 | _xmlMap = tp._formula->_xmlMap; |
| 42 | } |
| 43 | |
| 44 | TeXFormula::TeXFormula( |
| 45 | const TeXParser& tp, |
nothing calls this directly
no test coverage detected