diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-08 15:34:25 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-08 15:34:31 +0200 |
commit | cf9bc834a404d213234f7d9344318ca7342cbcde (patch) | |
tree | 22a492e52257df0e962288c990cd435824e5fa26 /README.Code | |
parent | d95fb607c2ac9b04bdfa9d7a79248229dba6f769 (diff) |
update documentation
Change-Id: Idc3416bb304d728c646d699aa1c4348a3ef80b58
Diffstat (limited to 'README.Code')
-rw-r--r-- | README.Code | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.Code b/README.Code index 71fb3e49c71c..a2b715f55e84 100644 --- a/README.Code +++ b/README.Code @@ -9,7 +9,7 @@ docs here http://api.libreoffice.org/. This re-uses the (extremely generic) APIs we provide for macro scripting in StarBasic. The best way to add a generally useful feature to LibreOffice -is to work on the code code however. Overall this way makes it easier +is to work on the code base however. Overall this way makes it easier to compile and build your code, it avoids any arbitrary limitations of our scripting APIs, and in general is far more simple and intuitive - if you are a reasonably able C++ programmer. |