summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizards/com/sun/star/wizards/ui/PeerConfig.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/ui/PeerConfig.java b/wizards/com/sun/star/wizards/ui/PeerConfig.java
index bcc8a9b8c2e7..80a12c3f347d 100644
--- a/wizards/com/sun/star/wizards/ui/PeerConfig.java
+++ b/wizards/com/sun/star/wizards/ui/PeerConfig.java
@@ -60,11 +60,8 @@ public class PeerConfig implements XWindowListener
private static class ControlTask
{
-
Object oModel;
String propname;
- Object propvalue;
-
}
private static class ImageUrlTask
@@ -106,7 +103,7 @@ public class PeerConfig implements XWindowListener
for (int i = 0; i < this.aControlTasks.size(); i++)
{
ControlTask aControlTask = aControlTasks.get(i);
- Helper.setUnoPropertyValue(aControlTask.oModel, aControlTask.propname, aControlTask.propvalue);
+ Helper.setUnoPropertyValue(aControlTask.oModel, aControlTask.propname, null);
}
for (int i = 0; i < this.aImageUrlTasks.size(); i++)
{