! * \brief Return pointer of current sheet. */
| 1176 | * \brief Return pointer of current sheet. |
| 1177 | */ |
| 1178 | AbstractSheet *Document::currentSheet() const |
| 1179 | { |
| 1180 | Q_D(const Document); |
| 1181 | |
| 1182 | return d->workbook->activeSheet(); |
| 1183 | } |
| 1184 | |
| 1185 | /*! |
| 1186 | * \brief Return pointer of current worksheet. |
nothing calls this directly
no test coverage detected