fix error: ‘cerr’ is not a member of ‘std’
Change-Id: I0e2988e99f4a333cf147e41c069913180e94ec93
This commit is contained in:
parent
1e89c6f3d1
commit
e2a443f520
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,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);
|
||||
|
|
Loading…
Reference in a new issue