diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-06-23 17:25:43 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-06-23 17:39:48 +0200 |
commit | 2d432035a82731163ce4c2a72f228e2c98c9f8f2 (patch) | |
tree | a8d6f45f7c32ba7a5af9ca63110475c4609dfbcd /forms | |
parent | 2a2b900544cac3b2f2c915b76872bf3c1c050f84 (diff) |
enhance comment
Change-Id: I897a59d10a903bfe303b1ac059f19b6dcc686616
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; |