summaryrefslogtreecommitdiffstats
path: root/wizards/com/sun/star/wizards/common/ConfigSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/ConfigSet.java')
-rw-r--r--wizards/com/sun/star/wizards/common/ConfigSet.java8
1 files changed, 1 insertions, 7 deletions
diff --git a/wizards/com/sun/star/wizards/common/ConfigSet.java b/wizards/com/sun/star/wizards/common/ConfigSet.java
index 334f0c610c53..5266c694e2b2 100644
--- a/wizards/com/sun/star/wizards/common/ConfigSet.java
+++ b/wizards/com/sun/star/wizards/common/ConfigSet.java
@@ -298,8 +298,6 @@ public class ConfigSet implements ConfigNode, XMLProvider, ListModel
/** Notifies all registered listeners about the event.
*
- * @param event The event to be fired
- *
*/
private void fireListDataListenerIntervalAdded(int i0, int i1)
{
@@ -320,8 +318,6 @@ public class ConfigSet implements ConfigNode, XMLProvider, ListModel
/** Notifies all registered listeners about the event.
*
- * @param event The event to be fired
- *
*/
private void fireListDataListenerIntervalRemoved(int i0, int i1)
{
@@ -342,8 +338,6 @@ public class ConfigSet implements ConfigNode, XMLProvider, ListModel
/** Notifies all registered listeners about the event.
*
- * @param event The event to be fired
- *
*/
private void fireListDataListenerContentsChanged(int i0, int i1)
{
@@ -394,7 +388,7 @@ public class ConfigSet implements ConfigNode, XMLProvider, ListModel
* the index number 0
* Do not forget to call commit() after calling this method.
* @param confView
- * @param memebrName
+ * @param memberName
*/
public void reindexSet(Object confView, String memberName, String indexPropertyName) throws Exception
{