summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-08 15:34:25 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-08 15:34:31 +0200
commitcf9bc834a404d213234f7d9344318ca7342cbcde (patch)
tree22a492e52257df0e962288c990cd435824e5fa26
parentd95fb607c2ac9b04bdfa9d7a79248229dba6f769 (diff)
update documentation
Change-Id: Idc3416bb304d728c646d699aa1c4348a3ef80b58
-rw-r--r--README.Code2
-rw-r--r--tools/README2
2 files changed, 3 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.
diff --git a/tools/README b/tools/README
index 16b6dbaa06e0..4b98a7342af5 100644
--- a/tools/README
+++ b/tools/README
@@ -5,3 +5,5 @@ Exact history is lost before Sept. 18th, 2000, but old source code
comments show that part of the tools library dates back until at least
April 1991.
+This directory will be removed in the near future (see fdo#39445 or
+fdo#63154).