summaryrefslogtreecommitdiff
path: root/odk/examples/examples.html
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2002-05-02 11:15:21 +0000
committerJoachim Lingner <jl@openoffice.org>2002-05-02 11:15:21 +0000
commitc7f1736aaeba351f4264b34ccf1430dec97f6bf6 (patch)
tree941b550ee1a37bcbfbc5927218e9125a73fe95f3 /odk/examples/examples.html
parent3520d079adb06328fd6cb58d6dcd0e33434d114d (diff)
#99053# added PropTest example
Diffstat (limited to 'odk/examples/examples.html')
-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