diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-13 14:50:09 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-16 09:38:11 +0100 |
commit | 30d83b0a87d93fdc2563634d666ef6ce52d333d5 (patch) | |
tree | 73e8948c2af44006eda710181a00c669c4503568 /libreofficekit | |
parent | 8654e16f6d48fbef1efcf50f8cdd5e5385d5a919 (diff) |
Add SwXTextDocument::setTextSelection() testcase
Change-Id: Id986d5408981b6ae7bf3c8c96c5226d2445a5f0d
Diffstat (limited to 'libreofficekit')
-rw-r--r-- | libreofficekit/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/README b/libreofficekit/README index 22693ceeaf1d..8e32e6237442 100644 --- a/libreofficekit/README +++ b/libreofficekit/README @@ -82,7 +82,7 @@ There are currently two known LOK clients supporting tiled editing: Core has next to no idea what is the LOK client, so for effective development, it's recommended that the core part is developed against gtktiledviewer, and -once a feature works there, then implement the Android part, with is slower +once a feature works there, then implement the Android part, with its slower development iteration (slow uploading to the device, the need to link all object files into a single .so, etc). |