From 842bfb16f710a624eb48294e5410e9944160c70d Mon Sep 17 00:00:00 2001 From: Guillaume Poussel Date: Tue, 8 Feb 2011 08:48:59 +0100 Subject: Remove useless comments in components. --- forms/source/runtime/formoperations.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'forms/source/runtime') 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; -- cgit