dbaccess/source/filter/hsqldb/hsqlimport.cxx | 2 +- dbaccess/source/filter/hsqldb/rowinputbinary.hxx | 1 - sw/qa/extras/tiledrendering/tiledrendering.cxx | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-)
New commits: commit 65e98e66fe04941bddd23d94801a1646119cdc2f Author: Andrea Gelmini <[email protected]> Date: Mon Mar 5 14:20:00 2018 +0100 Removed duplicated include Change-Id: I9baebc135d62fac29512ae5e8eb5e43d61ac227a Reviewed-on: https://gerrit.libreoffice.org/50773 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins <[email protected]> diff --git a/dbaccess/source/filter/hsqldb/rowinputbinary.hxx b/dbaccess/source/filter/hsqldb/rowinputbinary.hxx index e2e56944c55b..19fb24e28b89 100644 --- a/dbaccess/source/filter/hsqldb/rowinputbinary.hxx +++ b/dbaccess/source/filter/hsqldb/rowinputbinary.hxx @@ -15,7 +15,6 @@ #include <cppuhelper/implbase.hxx> #include <com/sun/star/io/XInputStream.hpp> -#include <tools/stream.hxx> namespace dbahsql { commit 85c1b7ed35fd30cf3f095a2e3d09bf137ffb231b Author: Andrea Gelmini <[email protected]> Date: Mon Mar 5 14:30:20 2018 +0100 Fix typos Change-Id: I70e7db0926f8c5815637ae14c1193130d52c3224 Reviewed-on: https://gerrit.libreoffice.org/50774 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins <[email protected]> diff --git a/dbaccess/source/filter/hsqldb/hsqlimport.cxx b/dbaccess/source/filter/hsqldb/hsqlimport.cxx index c2483e694a8d..c1f4cddd113c 100644 --- a/dbaccess/source/filter/hsqldb/hsqlimport.cxx +++ b/dbaccess/source/filter/hsqldb/hsqlimport.cxx @@ -220,7 +220,7 @@ void HsqlImporter::processTree(HsqlBinaryNode& rNode, HsqlRowInputStream& rStrea * * Size is the size of <Row>; * Balance: ? - * Left/Right/Parent: File postition of the Left/Right/Parent child + * Left/Right/Parent: File position of the Left/Right/Parent child */ void HsqlImporter::parseTableRows(const IndexVector& rIndexes, const std::vector<sal_Int32>& rColTypes, diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx index 780f02cd2865..394036c6d955 100644 --- a/sw/qa/extras/tiledrendering/tiledrendering.cxx +++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx @@ -2183,7 +2183,7 @@ void SwTiledRenderingTest::testSplitNodeRedlineCallback() Scheduler::ProcessEventsToIdle(); // Assert that we get a notification about redline modification - // The redline after the inserted node gets a different vertical positon + // The redline after the inserted node gets a different vertical position CPPUNIT_ASSERT_EQUAL(1, m_nRedlineTableEntryModified); // 2. test case @@ -2244,7 +2244,7 @@ void SwTiledRenderingTest::testDeleteNodeRedlineCallback() Scheduler::ProcessEventsToIdle(); // Assert that we get a notification about redline modification - // The redline after the removed node gets a different vertical positon + // The redline after the removed node gets a different vertical position CPPUNIT_ASSERT_EQUAL(1, m_nRedlineTableEntryModified); // 2. test case _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
