summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-16 13:55:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-16 13:55:59 +0100
commit63579501ae4b92db1564dc051706feb34d101eba (patch)
tree6509bd5000151bb355ddf6e00fad4e5c99102ab6 /wizards
parentloplugin:implicitboolconversion (diff)
downloadcore-63579501ae4b92db1564dc051706feb34d101eba.tar.gz
core-63579501ae4b92db1564dc051706feb34d101eba.zip
Missing parenthesis
Change-Id: I27aef5d1a0920bb6b9fa9c2204a422b7372fd0cb
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/table/ScenarioSelector.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/table/ScenarioSelector.java b/wizards/com/sun/star/wizards/table/ScenarioSelector.java
index 61b4b748e654..7f8882995477 100644
--- a/wizards/com/sun/star/wizards/table/ScenarioSelector.java
+++ b/wizards/com/sun/star/wizards/table/ScenarioSelector.java
@@ -235,7 +235,7 @@ public class ScenarioSelector extends FieldSelection implements XItemListener, X
{
FieldDescription curfielddescription = CurTableWizardUnoDialog.fielditems.get(fieldnames[i]);
PropertyValue[] aProperties = curfielddescription.getPropertyValues();
- if (aProperties != null {
+ if (aProperties != null) {
this.curtabledescriptor.addColumn(aProperties);
}
}