From 223f1f2b81add7a49f071bcb1dd14081c11f45a4 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 3 Feb 2017 21:28:48 +0100 Subject: Typos Change-Id: I36f443c266670bd26aa6b813075e18653f372f52 Reviewed-on: https://gerrit.libreoffice.org/33900 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sfx2/source/bastyp/frmhtml.cxx | 2 +- sfx2/source/doc/objcont.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/bastyp/frmhtml.cxx b/sfx2/source/bastyp/frmhtml.cxx index 2182332dbfb6..e421373aceb0 100644 --- a/sfx2/source/bastyp/frmhtml.cxx +++ b/sfx2/source/bastyp/frmhtml.cxx @@ -55,7 +55,7 @@ void SfxFrameHTMLParser::ParseFrameOptions( // Netscape seems to set marginwidth to 0 as soon as // marginheight is set, and vice versa. // Netscape does however not allow for a direct - // seting to 0, while IE4.0 does + // setting to 0, while IE4.0 does // We will not mimic that bug ! bool bMarginWidth = false, bMarginHeight = false; diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index cffb201eb92e..859036e6015e 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -513,7 +513,7 @@ bool SfxObjectShell::IsHelpDocument() const void SfxObjectShell::ResetFromTemplate( const OUString& rTemplateName, const OUString& rFileName ) { - // only care about reseting this data for openoffice formats otherwise + // only care about resetting this data for openoffice formats otherwise if ( IsOwnStorageFormat( *GetMedium()) ) { uno::Reference xDocProps(getDocProperties()); -- cgit