summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/PeerConfig.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/PeerConfig.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/PeerConfig.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/wizards/com/sun/star/wizards/ui/PeerConfig.java b/wizards/com/sun/star/wizards/ui/PeerConfig.java
index d3871ee62a5b..3175d6475988 100644
--- a/wizards/com/sun/star/wizards/ui/PeerConfig.java
+++ b/wizards/com/sun/star/wizards/ui/PeerConfig.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -160,9 +160,9 @@ public class PeerConfig implements XWindowListener
}
/**
- *
+ *
* @param oAPIControl an API control that the interface XControl can be derived from
- * @param _saccessname
+ * @param _saccessname
*/
public void setAccessibleName(Object oAPIControl, String _saccessname)
{
@@ -188,10 +188,10 @@ public class PeerConfig implements XWindowListener
}
/**
- *
+ *
* @param oAPIControl an API control that the interface XControl can be derived from
- * @param _propnames
- * @param _propvalues
+ * @param _propnames
+ * @param _propvalues
*/
public void setPeerProperties(Object oAPIControl, String[] _propnames, Object[] _propvalues)
{
@@ -221,7 +221,7 @@ public class PeerConfig implements XWindowListener
/**
* Assigns an image to the property 'ImageUrl' of a dialog control. The image id must be assigned in a resource file
* within the wizards project
- * wizards project
+ * wizards project
* @param _ocontrolmodel
* @param _nResId
* @param _nhcResId
@@ -233,7 +233,7 @@ public class PeerConfig implements XWindowListener
}
/**
- * Assigns an image to the property 'ImageUrl' of a dialog control. The image ids that the Resource urls point to
+ * Assigns an image to the property 'ImageUrl' of a dialog control. The image ids that the Resource urls point to
* may be assigned in a Resource file outside the wizards project
* @param _ocontrolmodel
* @param _sResourceUrl
@@ -248,10 +248,10 @@ public class PeerConfig implements XWindowListener
/**
* Assigns an image to the property 'ImageUrl' of a dialog control. The image id must be assigned in a resource file
* within the wizards project
- * wizards project
+ * wizards project
* @param _ocontrolmodel
* @param _oResource
- * @param _oHCResource
+ * @param _oHCResource
*/
public void setImageUrl(Object _ocontrolmodel, Object _oResource, Object _oHCResource)
{