diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 17:01:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 18:04:41 +0100 |
commit | 8b550895b3007eecfbcf02573d8eb5ed57a45c62 (patch) | |
tree | 4d9245a7b96276df37fd8ca58fdd9efa490404da /starmath/visual-editor-todo | |
parent | 011dae60e2170f71ddf647d5ea2b844432480dc7 (diff) |
sal_Char->char in sot..store
Change-Id: Ia133c1a7549d81f2e88e34ab7e6c9ea578c745ae
Reviewed-on: https://gerrit.libreoffice.org/85702
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/visual-editor-todo')
-rw-r--r-- | starmath/visual-editor-todo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/visual-editor-todo b/starmath/visual-editor-todo index f378d2db6940..04dedae01699 100644 --- a/starmath/visual-editor-todo +++ b/starmath/visual-editor-todo @@ -12,7 +12,7 @@ on IRC (jopsen) or e-mail me at jopsen@gmail.com. Easy ---- -1. SmGraphicWindow::KeyInput relies on comparison of sal_Char, a better way must be available for CTRL+c +1. SmGraphicWindow::KeyInput relies on comparison of char, a better way must be available for CTRL+c 2. Code style (missing spaces, linebreaks and a few renames) 3. More documentation 4. Remove the CreateTextFromNode methods and replace calls to it with NodeToTextVisitor |