summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/GUI/UnoDialogSample.java')
-rw-r--r--odk/examples/DevelopersGuide/GUI/UnoDialogSample.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java
index 71d2314ccda1..1650c9af583c 100644
--- a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java
+++ b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java
@@ -188,10 +188,6 @@ public class UnoDialogSample implements XTextListener, XSpinListener, XActionLis
}
- /**
- * @param _sKeyName
- * @return
- */
public XNameAccess getRegistryKeyContent(String _sKeyName){
try {
PropertyValue[] aNodePath = new PropertyValue[1];
@@ -313,9 +309,6 @@ public class UnoDialogSample implements XTextListener, XSpinListener, XActionLis
* create a peer for this
* dialog, using the given
* peer as a parent.
- * @param parentPeer
- * @return
- * @throws java.lang.Exception
*/
public XWindowPeer createWindowPeer(XWindowPeer _xWindowParentPeer) {
try{
@@ -354,8 +347,6 @@ public class UnoDialogSample implements XTextListener, XSpinListener, XActionLis
* Creates a peer for this
* dialog, using the active OO frame
* as the parent window.
- * @return
- * @throws java.lang.Exception
*/
public XWindowPeer createWindowPeer() {
return createWindowPeer(null);