From 1136925b2377925e4f6b83c4aeb2374e1d5bf32f Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 14 May 2013 14:46:33 +0900 Subject: initialized with plain 0, instead of sal_False/false Change-Id: I2df1bd52293c4423de5ac4c41f9392be1e8d2ccf --- mysqlc/source/mysqlc_preparedstatement.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysqlc/source') diff --git a/mysqlc/source/mysqlc_preparedstatement.cxx b/mysqlc/source/mysqlc_preparedstatement.cxx index 004acf9a3f40..31c0f8240ab3 100644 --- a/mysqlc/source/mysqlc_preparedstatement.cxx +++ b/mysqlc/source/mysqlc_preparedstatement.cxx @@ -207,7 +207,7 @@ sal_Int32 SAL_CALL OPreparedStatement::executeUpdate() MutexGuard aGuard(m_aMutex); checkDisposed(OPreparedStatement::rBHelper.bDisposed); - sal_Int32 affectedRows = sal_False; + sal_Int32 affectedRows = 0; try { affectedRows = ((sql::PreparedStatement *)cppStatement)->executeUpdate(); } catch (const sql::SQLException &e) { -- cgit ue='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/Library_fsstorage.mk
AgeCommit message (Expand)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl