summaryrefslogtreecommitdiffstats
path: root/forms/source/runtime
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-08 08:48:59 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-02-08 19:06:48 +0100
commit842bfb16f710a624eb48294e5410e9944160c70d (patch)
tree7c85ef2417a993c608585948eab1a4e7faeb4b1b /forms/source/runtime
parentAdapt to move of prewin.h and postwin.h (diff)
downloadcore-842bfb16f710a624eb48294e5410e9944160c70d.tar.gz
core-842bfb16f710a624eb48294e5410e9944160c70d.zip
Remove useless comments in components.
Diffstat (limited to 'forms/source/runtime')
-rw-r--r--forms/source/runtime/formoperations.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index 7744168f9ef4..6261648e1e42 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -650,7 +650,6 @@ namespace frm
case FormFeature::MoveToInsertRow:
// move to the last row before moving to the insert row
- // 21.01.2002 - 96480 - fs@openoffice.org
m_xCursor->last();
m_xUpdateCursor->moveToInsertRow();
break;