diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2002-12-20 12:14:28 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2002-12-20 12:14:28 +0000 |
commit | 40ce4230aa623b5c9bea670422e16a5a7346af53 (patch) | |
tree | 523797004439ed16090a75410ce500e7b7c8ae9d /odk/examples/java/PropertySet/PropTest.java | |
parent | fc552108136775e1584f341900b93ed6c0a99295 (diff) |
#99053# modified, new build env
Diffstat (limited to 'odk/examples/java/PropertySet/PropTest.java')
-rw-r--r-- | odk/examples/java/PropertySet/PropTest.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/odk/examples/java/PropertySet/PropTest.java b/odk/examples/java/PropertySet/PropTest.java index 01b01f172de3..5365db712e72 100644 --- a/odk/examples/java/PropertySet/PropTest.java +++ b/odk/examples/java/PropertySet/PropTest.java @@ -1,3 +1,14 @@ +/* +This example shows a UNO component that inherits com.sun.star.lib.uno.helper.PropertySet in +order to provide implementations of these interfaces: + + com.sun.star.beans.XPropertySet + com.sun.star.beans.XMultiPropertySet + com.sun.star.beans.XFastPropertySet + com.sun.star.lang.XComponent + com.sun.star.uno.XWeak + com.sun.star.lang.XTypeProvider +*/ import com.sun.star.lib.uno.helper.PropertySet; import com.sun.star.comp.loader.FactoryHelper; import com.sun.star.lang.XServiceInfo; |