[Libreoffice-commits] core.git: sw/source
Andrea Gelmini
andrea.gelmini at gelma.net
Sun Jan 21 21:07:48 UTC 2018
sw/source/core/text/pormulti.hxx | 10 +++++-----
sw/source/filter/html/htmlctxt.cxx | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit e455baf19c3096f46cdcf6279590d7a59775f1fa
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Sun Jan 21 21:17:48 2018 +0100
Fix typos
Change-Id: Id3e707e89bd0fda4d86e02a185a16336c89e7c82
Reviewed-on: https://gerrit.libreoffice.org/48281
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/core/text/pormulti.hxx b/sw/source/core/text/pormulti.hxx
index 62cb236f5bb8..5fdbb7f9ea66 100644
--- a/sw/source/core/text/pormulti.hxx
+++ b/sw/source/core/text/pormulti.hxx
@@ -62,15 +62,15 @@ struct SwMultiCreator
// in this case the structure SwBracket will be used.
struct SwBracket
{
- sal_Int32 nStart; // Start of text attribute determins the font
+ sal_Int32 nStart; // Start of text attribute determines the font
sal_uInt16 nAscent; // Ascent of the brackets
sal_uInt16 nHeight; // Height of them
sal_uInt16 nPreWidth; // Width of the opening bracket
sal_uInt16 nPostWidth; // Width of the closing bracket
- sal_Unicode cPre; // Initial character, e.g. '('
- sal_Unicode cPost; // Final character, e.g. ')'
- SwFontScript nPreScript; // Script of the initial character
- SwFontScript nPostScript; // Script of the final character
+ sal_Unicode cPre; // Initial character, e.g. '('
+ sal_Unicode cPost; // Final character, e.g. ')'
+ SwFontScript nPreScript; // Script of the initial character
+ SwFontScript nPostScript; // Script of the final character
};
// The SwMultiPortion is line portion inside a line portion,
diff --git a/sw/source/filter/html/htmlctxt.cxx b/sw/source/filter/html/htmlctxt.cxx
index 95750dfae142..f166177fcabb 100644
--- a/sw/source/filter/html/htmlctxt.cxx
+++ b/sw/source/filter/html/htmlctxt.cxx
@@ -384,7 +384,7 @@ void SwHTMLParser::ClearContext( HTMLAttrContext *pContext )
OSL_ENSURE( !pContext->HasSaveDocContext(),
"Frame can no longer be exited" );
- // like RestoreDocContext reset enough of this to not catastropically
+ // like RestoreDocContext reset enough of this to not catastrophically
// fail if we still have a SaveDocContext here
if (HTMLAttrContext_SaveDoc *pSave = pContext->GetSaveDocContext())
{
More information about the Libreoffice-commits
mailing list