summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-21 21:17:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-21 22:07:23 +0100
commite455baf19c3096f46cdcf6279590d7a59775f1fa (patch)
tree0c3ea4228fcb38b12e95be2bb09e66fc82097fcf
parentb29c5cd859fbc26184b3ef0abac297736ef0714c (diff)
Fix typos
Change-Id: Id3e707e89bd0fda4d86e02a185a16336c89e7c82 Reviewed-on: https://gerrit.libreoffice.org/48281 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/source/core/text/pormulti.hxx10
-rw-r--r--sw/source/filter/html/htmlctxt.cxx2
2 files changed, 6 insertions, 6 deletions
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())
{