diff options
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/ListBox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index 51f751604fd3..2d09771252f7 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -843,7 +843,7 @@ namespace frm ValueList aDisplayList, aValueList; sal_Bool bUseNULL = hasField() && !isRequired(); - // empty BoundColumn is treated as BoundColumn=0, + // empty BoundColumn is treated as BoundColumn==0, if(!aBoundColumn) aBoundColumn = 0; |