summaryrefslogtreecommitdiff
path: root/odk/examples/examples.html
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/examples.html')
-rw-r--r--odk/examples/examples.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index 9f64489198a4..a9ccb3a824f6 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -478,9 +478,14 @@
<td class="cell80">Description</td>
</tr>
<tr>
+ <td class="cell20"><a href="cpp/Draw/" title="link to the source directory of the C++ Draw example">Draw</a></td>
+ <td class="cell80">This is essentially the same as the appropriate Java
+ example, but is implemented in C++. It does not need a running office instance.</td>
+ </tr>
+ <tr>
<td class="cell20"><a href="cpp/DocumentLoader/" title="link to the source directory of the C++ DocumentLoader example">DocumentLoader</a></td>
<td class="cell80">This component works the same as the appropriate Java
- example, but is implemented in C++.</td>
+ example, but is implemented in C++. It needs a running office instance.</td>
</tr>
<tr>
<td class="cell20"><a href="cpp/counter/" title="link to the source directory of the C++ counter example">Counter</a></td>