[Libreoffice-commits] core.git: wizards/com

Stephan Bergmann sbergman at redhat.com
Tue Feb 16 12:56:29 UTC 2016


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

New commits:
commit 63579501ae4b92db1564dc051706feb34d101eba
Author: Stephan Bergmann <sbergman at 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);
                 }
             }


More information about the Libreoffice-commits mailing list