summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-30 23:19:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-09-30 23:52:12 +0200
commit1d0fbc9927f357d25859b7cca7ea5e9a9637681e (patch)
treef5063a4b239cde267b94b0c6c96dcb9ddb927f57 /sc
parentd2978f03bd57e5fe530eb55accc8c5f39b602ff2 (diff)
Fix typos
Change-Id: Ic09de64e5672d66b7436a6525344f845550523f9 Reviewed-on: https://gerrit.libreoffice.org/42982 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/subsequent_export-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index 544d3623fce1..04aada980beb 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -4870,7 +4870,7 @@ void ScExportTest::testPivotTablePageFieldFilter()
void ScExportTest::testPivotTableFirstHeaderRowXLSX()
{
// tdf#112733: We have different tables here, but have the same value as firstHeaderRow
- // The documentation is not clear about thit firstHeaderRow actually measn, but MS Excel works on this way
+ // The documentation is not clear about what firstHeaderRow actually means, but MS Excel works on this way
ScDocShellRef xShell = loadDoc("pivot_table_first_header_row.", FORMAT_XLSX);
CPPUNIT_ASSERT(xShell.is());