From e50ef195bc95f3f410119f623928382cb88b45d2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Jul 2014 15:45:52 +0200 Subject: New loplugin:stringconcat Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac --- connectivity/source/cpool/ZPoolCollection.cxx | 2 +- connectivity/source/drivers/flat/ETable.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/cpool/ZPoolCollection.cxx b/connectivity/source/cpool/ZPoolCollection.cxx index c445045524e3..2bc0bd5f79a0 100644 --- a/connectivity/source/cpool/ZPoolCollection.cxx +++ b/connectivity/source/cpool/ZPoolCollection.cxx @@ -404,7 +404,7 @@ Any OPoolCollection::getNodeValue(const OUString& _rPath,const Reference::size_type rowNum, c { SAL_WARN_IF(m_aRowPosToFilePos[rowNum] != rowPos, "connectivity.flat", - "Setting position for row " << rowNum << " to (" << rowPos.first << ", " << rowPos.second << "), " << + "Setting position for row " << rowNum << " to (" << rowPos.first << ", " << rowPos.second << "), " "but already had different position (" << m_aRowPosToFilePos[rowNum].first << ", " << m_aRowPosToFilePos[rowNum].second << ")"); m_aRowPosToFilePos[rowNum] = rowPos; } -- cgit