[Libreoffice-commits] .: Branch 'libreoffice-3-6' - connectivity/source

David Tardon dtardon at kemper.freedesktop.org
Mon Jul 16 23:42:05 PDT 2012


 connectivity/source/drivers/jdbc/PreparedStatement.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 62de6724ee7d3fcee76025568cec197f4b325c1a
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Jul 17 08:37:28 2012 +0200

    remove forgotten debug statement
    
    Change-Id: Iac2e4bb390b4e377d34c88018c18ece27fbc5083
    Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>

diff --git a/connectivity/source/drivers/jdbc/PreparedStatement.cxx b/connectivity/source/drivers/jdbc/PreparedStatement.cxx
index 58471ec..d1ed307 100644
--- a/connectivity/source/drivers/jdbc/PreparedStatement.cxx
+++ b/connectivity/source/drivers/jdbc/PreparedStatement.cxx
@@ -43,7 +43,6 @@
 #include "resource/sharedresources.hxx"
 #include "java/LocalRef.hxx"
 #include <string.h>
-#include <iostream>
 
 using namespace connectivity;
 using namespace ::com::sun::star::uno;
@@ -151,7 +150,6 @@ void SAL_CALL java_sql_PreparedStatement::setString( sal_Int32 parameterIndex, c
 
 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL java_sql_PreparedStatement::executeQuery(  ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException)
 {
-    std::cerr << ::rtl::OUStringToOString( this->m_sSqlStatement, RTL_TEXTENCODING_UTF8 ).getStr() << std::endl;
     m_aLogger.log( LogLevel::FINE, STR_LOG_EXECUTING_PREPARED_QUERY );
     ::osl::MutexGuard aGuard( m_aMutex );
     checkDisposed(java_sql_Statement_BASE::rBHelper.bDisposed);


More information about the Libreoffice-commits mailing list