Kaydet (Commit) 8a6ed98b authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I59777c29fe20f112327ce28a1c0b9cdd2f60857c
Reviewed-on: https://gerrit.libreoffice.org/39354Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 9db510ed
......@@ -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;
......
......@@ -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;
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment