diff options
Diffstat (limited to 'chart2/README.md')
-rw-r--r-- | chart2/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chart2/README.md b/chart2/README.md new file mode 100644 index 0000000000..fa63da9bcc --- /dev/null +++ b/chart2/README.md @@ -0,0 +1,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", ...` |