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>
diff --git a/sw/source/core/text/pormulti.hxx b/sw/source/core/text/pormulti.hxx
index 62cb236..5fdbb7f 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 95750df..f166177 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())
{