[Libreoffice-commits] core.git: connectivity/source framework/source sd/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Nov 17 18:35:59 UTC 2018
connectivity/source/drivers/firebird/PreparedStatement.cxx | 8 ++++----
framework/source/services/autorecovery.cxx | 2 +-
sd/qa/unit/import-tests-smartart.cxx | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 0143e976454f7937b3f9ba29113bbc36505173c8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Nov 17 09:43:23 2018 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Nov 17 19:35:38 2018 +0100
Fix typos
Change-Id: Ic7a29f572ce4c42cc88e5d45ebbb774c4b21aaa0
Reviewed-on: https://gerrit.libreoffice.org/63488
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/connectivity/source/drivers/firebird/PreparedStatement.cxx b/connectivity/source/drivers/firebird/PreparedStatement.cxx
index 0fb8579b0894..e0d120d0cfec 100644
--- a/connectivity/source/drivers/firebird/PreparedStatement.cxx
+++ b/connectivity/source/drivers/firebird/PreparedStatement.cxx
@@ -567,7 +567,7 @@ void SAL_CALL OPreparedStatement::setClob(sal_Int32 nParameterIndex, const Refer
break;
}
- // We need to make sure we close the Blob even if their are errors, hence evaluate
+ // We need to make sure we close the Blob even if there are errors, hence evaluate
// errors after closing.
closeBlobAfterWriting(aBlobHandle);
@@ -605,7 +605,7 @@ void OPreparedStatement::setClob( sal_Int32 nParameterIndex, const OUString& rSt
sData.getLength(),
sData.getStr() );
- // We need to make sure we close the Blob even if their are errors, hence evaluate
+ // We need to make sure we close the Blob even if there are errors, hence evaluate
// errors after closing.
closeBlobAfterWriting(aBlobHandle);
@@ -657,7 +657,7 @@ void SAL_CALL OPreparedStatement::setBlob(sal_Int32 nParameterIndex,
}
}
- // We need to make sure we close the Blob even if their are errors, hence evaluate
+ // We need to make sure we close the Blob even if there are errors, hence evaluate
// errors after closing.
closeBlobAfterWriting(aBlobHandle);
@@ -824,7 +824,7 @@ void SAL_CALL OPreparedStatement::setBytes(sal_Int32 nParameterIndex,
}
}
- // We need to make sure we close the Blob even if their are errors, hence evaluate
+ // We need to make sure we close the Blob even if there are errors, hence evaluate
// errors after closing.
closeBlobAfterWriting(aBlobHandle);
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index cb1c30858d6a..da6c33022c23 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -737,7 +737,7 @@ private:
Note further: it patches the info struct
more than ones. E.g. the new temp URL is set
before the file is saved. And the old URL is removed
- only if removing oft he old file was successfully.
+ only if removing of the old file was successfully.
If this method returns without an exception - everything
was OK. Otherwise the info struct can be analyzed to
get more information, e.g. when the problem occurs.
diff --git a/sd/qa/unit/import-tests-smartart.cxx b/sd/qa/unit/import-tests-smartart.cxx
index 56c504e40b72..edb64c3ba600 100644
--- a/sd/qa/unit/import-tests-smartart.cxx
+++ b/sd/qa/unit/import-tests-smartart.cxx
@@ -463,7 +463,7 @@ void SdImportTestSmartArt::testAccentProcess()
CPPUNIT_ASSERT(xGroupShape.is());
// The pair is a parent (shape + text) and a child, so 3 shapes in total.
- // The order is importent, first is at the back, last is at the front.
+ // The order is important, first is at the back, last is at the front.
uno::Reference<drawing::XShapes> xFirstPair(xGroup->getByIndex(0), uno::UNO_QUERY);
CPPUNIT_ASSERT(xFirstPair.is());
CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(3), xFirstPair->getCount());
More information about the Libreoffice-commits
mailing list