Overview
Comment: | [lo] use spellchecker instead of ibdawg |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | lo | multid |
Files: | files | file ages | folders |
SHA3-256: |
6cde77e55783f142bab9644eda0524ba |
User & Date: | olr on 2018-02-16 17:41:15 |
Other Links: | branch diff | manifest | tags |
Context
2018-02-16
| ||
17:43 | [lo] fix Grammalecte init check-in: f7bed407d3 user: olr tags: lo, multid | |
17:41 | [lo] use spellchecker instead of ibdawg check-in: 6cde77e557 user: olr tags: lo, multid | |
16:58 | [build] new path for LibreOffice 6 check-in: 2a51dbc9a0 user: olr tags: build, multid | |
Changes
Modified gc_lang/fr/oxt/ContextMenu/ContextMenu.py from [786f8f5273] to [512c45de75].
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - + - + | from com.sun.star.task import XJob from com.sun.star.ui import XContextMenuInterceptor #from com.sun.star.ui.ContextMenuInterceptorAction import IGNORED #from com.sun.star.ui.ContextMenuInterceptorAction import EXECUTE_MODIFIED import grammalecte.fr.lexicographe as lxg |
︙ | |||
115 116 117 118 119 120 121 | 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | - + - + - + - + - + | return xCursor.String.strip('.') class JobExecutor (XJob, unohelper.Base): def __init__ (self, ctx): self.ctx = ctx global xDesktop |
︙ |