[Libreoffice-commits] core.git: include/vbahelper sc/source xmlsecurity/source
Andrea Gelmini
andrea.gelmini at gelma.net
Wed Jun 28 12:16:15 UTC 2017
include/vbahelper/vbafontbase.hxx | 2 +-
sc/source/core/data/table1.cxx | 2 +-
xmlsecurity/source/dialogs/digitalsignaturesdialog.src | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 8a6ed98b00cb91dbe5b807051715858a2dc90883
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Wed Jun 28 13:38:34 2017 +0200
Fix typos
Change-Id: I59777c29fe20f112327ce28a1c0b9cdd2f60857c
Reviewed-on: https://gerrit.libreoffice.org/39354
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/vbahelper/vbafontbase.hxx b/include/vbahelper/vbafontbase.hxx
index 8ea5195f55c7..b1cb05c4c9e7 100644
--- a/include/vbahelper/vbafontbase.hxx
+++ b/include/vbahelper/vbafontbase.hxx
@@ -53,7 +53,7 @@ public:
// use local constants there is no need to expose these constants
// externally. Looking at the Format->Character dialog it seem that
// these may in fact even be calculated. Leave hardcoded for now
- // #FIXEME #TBD investigate the code for dialog mentioned above
+ // #FIXME #TBD investigate the code for dialog mentioned above
// The font baseline is not specified.
static const short NORMAL = 0;
diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
index 0611f1b7369a..1e9a50e05ac4 100644
--- a/sc/source/core/data/table1.cxx
+++ b/sc/source/core/data/table1.cxx
@@ -1166,7 +1166,7 @@ SCCOL ScTable::FindNextVisibleColWithContent( SCCOL nCol, bool bRight, SCROW nRo
const SCCOL nLastCol = aCol.size() - 1;
if(bRight)
{
- // If nCol is the last allocated column index, there wont be any content to its right.
+ // If nCol is the last allocated column index, there won't be any content to its right.
// To maintain the original return behaviour, return MAXCOL.
if(nCol >= nLastCol)
return MAXCOL;
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
index 9bf58db172f4..2d4b4e0fb38e 100644
--- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
+++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
@@ -43,7 +43,7 @@ String STR_XMLSECDLG_QUERY_REALLYREMOVE
String STR_XMLSECDLG_SIGNING_FAILED
{
- Text [ en-US ] = "An error occured while adding the signature.";
+ Text [ en-US ] = "An error occurred while adding the signature.";
};
String STR_XMLSECDLG_NO_CERT_MANAGER
More information about the Libreoffice-commits
mailing list