summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-03 21:28:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-02-03 21:09:44 +0000
commit223f1f2b81add7a49f071bcb1dd14081c11f45a4 (patch)
treea45b66e3ae687697e058d4f58dbc3da9edc0e1cc /sfx2
parent797d10e1772a7c9b4c96c6da7e5dcec8e3d48914 (diff)
Typos
Change-Id: I36f443c266670bd26aa6b813075e18653f372f52 Reviewed-on: https://gerrit.libreoffice.org/33900 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/bastyp/frmhtml.cxx2
-rw-r--r--sfx2/source/doc/objcont.cxx2
2 files changed, 2 insertions, 2 deletions
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<document::XDocumentProperties> xDocProps(getDocProperties());