blob: fa63da9bcc4e67c258a6c77f64de257be718a1ba (
plain)
1
2
3
4
5
6
7
8
9
|
# Chart Implementation for LibreOffice Calc
The `chart2` denotes a second generation re-write done to rid us of the
foul and twisted legacy chart code.
## Debugging
### Shortcuts
CTRL + F12 creates a layout dump based on the `XShapeDumper` based on `SAL_WARN("chart2", ...`
|