wizards/com/sun/star/wizards/table/ScenarioSelector.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 63579501ae4b92db1564dc051706feb34d101eba
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Feb 16 13:55:59 2016 +0100

    Missing parenthesis
    
    Change-Id: I27aef5d1a0920bb6b9fa9c2204a422b7372fd0cb

diff --git a/wizards/com/sun/star/wizards/table/ScenarioSelector.java 
b/wizards/com/sun/star/wizards/table/ScenarioSelector.java
index 61b4b74..7f88829 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);
                 }
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to