summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odk/examples/examples.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index b3c249aab5b0..c5c51b869d7d 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -345,6 +345,12 @@
<td width="76%" valign="top">This Java program is a demo component,
which exports two services.</td>
</tr>
+ <tr bgcolor="#f0f0f0">
+ <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/com/sun/star/comp/demo/">PropTest</a></td>
+ <td width="76%" valign="top">Contains a component that provides property set
+ interfaces by means of inheriting com.sun.star.lib.uno.helper.ProperterSet.</td>
+ </tr>
+
</table>
<p>Additional informations:</p>
<p><a href="http://udk.openoffice.org/java/man/java_component_howto.html">How