summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 23:15:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 09:13:38 +0200
commitc12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 (patch)
treedc9fb5b02c71a41f5b00e89ab2e03f10b4b5864a /sc/qa
parent3c1c1b8885e76a24b961b2fadbecfb536f423293 (diff)
Fixing "...."
Change-Id: I3424e17cfdfb563fdc5882942031deafae8689fe Reviewed-on: https://gerrit.libreoffice.org/78678 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/subsequent_export-test.cxx6
-rw-r--r--sc/qa/unit/ucalc.cxx2
-rw-r--r--sc/qa/unit/ucalc_formula.cxx2
3 files changed, 5 insertions, 5 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index bb1870987cee..d406100866ef 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -2859,7 +2859,7 @@ void ScExportTest::testSharedFormulaExportXLSX()
}
}
- // C2:C7 should show 10,20,....,60.
+ // C2:C7 should show 10,20,...,60.
fExpected = 10.0;
for (SCROW i = 1; i <= 6; ++i, fExpected+=10.0)
{
@@ -2924,7 +2924,7 @@ void ScExportTest::testSharedFormulaStringResultExportXLSX()
bool checkContent( const ScDocument& rDoc )
{
{
- // B2:B7 should show A,B,....,F.
+ // B2:B7 should show A,B,...,F.
const char* const expected[] = { "A", "B", "C", "D", "E", "F" };
for (SCROW i = 0; i <= 5; ++i)
{
@@ -2940,7 +2940,7 @@ void ScExportTest::testSharedFormulaStringResultExportXLSX()
}
{
- // C2:C7 should show AA,BB,....,FF.
+ // C2:C7 should show AA,BB,...,FF.
const char* const expected[] = { "AA", "BB", "CC", "DD", "EE", "FF" };
for (SCROW i = 0; i <= 5; ++i)
{
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 7b48202cedca..98a1a45a03dd 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -2129,7 +2129,7 @@ void Test::testDataArea()
CPPUNIT_ASSERT_MESSAGE("Sheet is expected to be empty.", m_pDoc->IsPrintEmpty(0, 0, 0, 100, 100));
CPPUNIT_ASSERT_MESSAGE("Sheet is expected to be empty.", m_pDoc->IsBlockEmpty(0, 0, 0, 100, 100));
- // Now, set borders in some cells....
+ // Now, set borders in some cells...
::editeng::SvxBorderLine aLine(nullptr, 50, SvxBorderLineStyle::SOLID);
SvxBoxItem aBorderItem(ATTR_BORDER);
aBorderItem.SetLine(&aLine, SvxBoxItemLine::LEFT);
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index b743e646f12e..a82f456f2d28 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -5399,7 +5399,7 @@ void Test::testFuncVLOOKUP()
// Start over again.
clearSheet(m_pDoc, 0);
- // Set A,B,....,G to A1:A7.
+ // Set A,B,...,G to A1:A7.
m_pDoc->SetString(ScAddress(0,0,0), "A");
m_pDoc->SetString(ScAddress(0,1,0), "B");
m_pDoc->SetString(ScAddress(0,2,0), "C");