summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/OptimisticSet.cxx
diff options
context:
space:
mode:
authorWol <anthony@youngman.org.uk>2010-11-09 22:15:21 +0000
committerDavid Tardon <dtardon@redhat.com>2010-11-10 08:50:30 +0100
commit9b6062afb325c0396d88fdc80a994ec0ccde4852 (patch)
tree971d4a36e7b980d247c4830a7591abe00eaf36e1 /dbaccess/source/core/api/OptimisticSet.cxx
parent9605d489540e43bd13a47c91326d83d50ca0397c (diff)
Spelling mistakes, and deleting unwanted comments and commented code
Diffstat (limited to 'dbaccess/source/core/api/OptimisticSet.cxx')
-rw-r--r--dbaccess/source/core/api/OptimisticSet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/OptimisticSet.cxx b/dbaccess/source/core/api/OptimisticSet.cxx
index 9433df191294..c05b0e64fda1 100644
--- a/dbaccess/source/core/api/OptimisticSet.cxx
+++ b/dbaccess/source/core/api/OptimisticSet.cxx
@@ -430,7 +430,7 @@ void OptimisticSet::executeDelete(const ORowSetRow& _rDeleteRow,const ::rtl::OUS
{
RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "dbaccess", "Ocke.Janssen@sun.com", "OptimisticSet::executeDelete" );
- // now create end execute the prepared statement
+ // now create and execute the prepared statement
Reference< XPreparedStatement > xPrep(m_xConnection->prepareStatement(i_sSQL));
Reference< XParameters > xParameter(xPrep,UNO_QUERY);