summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-07-21 13:44:56 +0200
committerMichael Stahl <mstahl@redhat.com>2017-07-21 15:48:33 +0200
commit0ebd75c5acc24568b0a792a81a3454e81faa5abb (patch)
treef71f7e4f446a20015c625924b75b221190848565 /sc
parente87108c5e769749e9ea2923e18250a276ed8a9a4 (diff)
Fix typos
Change-Id: I43f38b4dda6b1999d84d9f9760d0fae4c0358394 Reviewed-on: https://gerrit.libreoffice.org/40277 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/subsequent_export-test.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index b8a0cfd8a378..5a6610c72f60 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -677,7 +677,7 @@ void ScExportTest::testXfDefaultValuesXLSX()
void ScExportTest::testColumnWidthResaveXLSX()
{
// tdf#91475 FILESAVE: Column width is not preserved in XLSX / after round trip.
- // Test if after resave .xlsx file, columns width is identical with with previous one
+ // Test if after resave .xlsx file, columns width is identical with previous one
ScDocShellRef xShell = loadDoc("different-column-width-excel2010.", FORMAT_XLSX);
CPPUNIT_ASSERT(xShell.is());
@@ -716,7 +716,7 @@ void ScExportTest::testColumnWidthExportFromODStoXLSX()
{
// tdf#91475 FILESAVE: Column width is not preserved in XLSX / after round trip.
// Test if after export .ods to .xlsx format, displayed columns width
- // is identical with with previous (.ods) one
+ // is identical with previous (.ods) one
ScDocShellRef xShell = loadDoc("different-column-width.", FORMAT_ODS);