| 2522 | } |
| 2523 | |
| 2524 | Worksheet::CartesianPlotActionMode WorksheetView::getCartesianPlotActionMode() const { |
| 2525 | return m_worksheet->cartesianPlotActionMode(); |
| 2526 | } |
| 2527 | |
| 2528 | void WorksheetView::presenterMode() { |
| 2529 | #ifndef SDK |
nothing calls this directly
no test coverage detected