summaryrefslogtreecommitdiffstats
path: root/forms
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-06-23 17:25:43 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-06-23 17:39:48 +0200
commit2d432035a82731163ce4c2a72f228e2c98c9f8f2 (patch)
treea8d6f45f7c32ba7a5af9ca63110475c4609dfbcd /forms
parentavoid initialise-then-reset (diff)
downloadcore-2d432035a82731163ce4c2a72f228e2c98c9f8f2.tar.gz
core-2d432035a82731163ce4c2a72f228e2c98c9f8f2.zip
enhance comment
Change-Id: I897a59d10a903bfe303b1ac059f19b6dcc686616
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/ListBox.cxx2
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;