[Libreoffice-commits] core.git: compilerplugins/clang sc/qa sc/source vcl/source
Andrea Gelmini
andrea.gelmini at gelma.net
Mon Aug 14 21:37:58 UTC 2017
compilerplugins/clang/droplong.cxx | 2 +-
sc/qa/unit/subsequent_export-test.cxx | 2 +-
sc/source/filter/excel/xistream.cxx | 2 +-
vcl/source/control/tabctrl.cxx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 882e9ff39f1a6a450fff3569d09124ab1b7ceae1
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Mon Aug 14 22:21:06 2017 +0200
Fix typos
Change-Id: Ic95ec7c8a36ef5d19eac93b7eed8a7de2ec8904f
Reviewed-on: https://gerrit.libreoffice.org/41153
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/compilerplugins/clang/droplong.cxx b/compilerplugins/clang/droplong.cxx
index 78129e78c323..553405bac480 100644
--- a/compilerplugins/clang/droplong.cxx
+++ b/compilerplugins/clang/droplong.cxx
@@ -17,7 +17,7 @@
#include "check.hxx"
/**
-The types 'long' and 'unsigned long' are different sizes on different platforms, making them wholy unsuitable
+The types 'long' and 'unsigned long' are different sizes on different platforms, making them wholly unsuitable
for portable code.
And when I mean different sizes, I mean 64bit Linux and 64bit Windows have different sizes.
*/
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index 467e3bb2ff23..882dc4faea68 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -545,7 +545,7 @@ void ScExportTest::testPivotExportXLSX()
// MS Excel is very sensitive for proper values of fields:
// containsMixedTypes, containsSemiMixedTypes, containsInteger, containsBlank
// If it is not properly set, then Excel is not opening spreadsheet properly.
- // This test case ensures, that such values are properly set according to documentaion:
+ // This test case ensures, that such values are properly set according to documentation:
// https://technet.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.shareditems.aspx
ScDocShellRef xShell = loadDoc("pivot.", FORMAT_XLSX);
diff --git a/sc/source/filter/excel/xistream.cxx b/sc/source/filter/excel/xistream.cxx
index a3dbf8a0693a..0a4cf612f4a5 100644
--- a/sc/source/filter/excel/xistream.cxx
+++ b/sc/source/filter/excel/xistream.cxx
@@ -128,7 +128,7 @@ uno::Sequence< beans::NamedValue > XclImpBiff5Decrypter::OnVerifyPassword( const
{
maEncryptionData.realloc( 0 );
- /* Convert password to a byte string. TODO: this needs some finetuning
+ /* Convert password to a byte string. TODO: this needs some fine tuning
according to the spec... */
OString aBytePassword = OUStringToOString( rPassword, osl_getThreadTextEncoding() );
sal_Int32 nLen = aBytePassword.getLength();
diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx
index aa87d4800bd4..aa6775d03570 100644
--- a/vcl/source/control/tabctrl.cxx
+++ b/vcl/source/control/tabctrl.cxx
@@ -2533,7 +2533,7 @@ bool NotebookbarTabControlBase::ImplPlaceTabs( long nWidth )
}
}
- // potition the shortcutbox
+ // position the shortcutbox
m_pShortcuts->SetPosPixel(Point(0, 0));
// position the menu
More information about the Libreoffice-commits
mailing list