Kaydet (Commit) f69be03d authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Bartosz Kosiorek

Fix typos

Change-Id: I745ec997df4401c3a87963a36c43add4cfeffe04
Reviewed-on: https://gerrit.libreoffice.org/44334Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarBartosz Kosiorek <gang65@poczta.onet.pl>
üst 315bf654
......@@ -12177,7 +12177,7 @@ if test "$enable_mpl_subset" = "yes"; then
AC_MSG_ERROR([need to --disable-report-builder - extended database report builder.])
fi
if test "x$enable_postgresql_sdbc" != "xno"; then
AC_MSG_ERROR([need to --disable-postgresql-sdbc - the postgress database backend.])
AC_MSG_ERROR([need to --disable-postgresql-sdbc - the PostgreSQL database backend.])
fi
if test "$enable_lotuswordpro" = "yes"; then
AC_MSG_ERROR([need to --disable-lotuswordpro - a Lotus Word Pro file format import filter.])
......
......@@ -4864,7 +4864,7 @@ void Test::testFuncVLOOKUP()
// Clear the sheet and start over.
clearSheet(m_pDoc, 0);
// Lookup on sorted data intersparsed with empty cells.
// Lookup on sorted data interspersed with empty cells.
// A1:B8 is the search range.
m_pDoc->SetValue(ScAddress(0,2,0), 1.0);
......@@ -8405,7 +8405,7 @@ void Test::testInsertColCellStoreEventSwap()
m_pDoc->SetString( 1,0,0, "=A1" ); // B1
// Insert column left of B
m_pDoc->InsertCol( ScRange(1,0,0, 1,MAXROW,0));
ScAddress aPos(2,0,0); // C1, new formula postion
ScAddress aPos(2,0,0); // C1, new formula position
CPPUNIT_ASSERT_EQUAL_MESSAGE( "Should be formula cell having value", 1.0, m_pDoc->GetValue(aPos));
// After having swapped in an empty column, editing or adding a formula
// cell has to use the correct store context. To test this,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment