summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objcont.cxx
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/source/doc/objcont.cxx
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/source/doc/objcont.cxx')
-rw-r--r--sfx2/source/doc/objcont.cxx2
1 files changed, 1 insertions, 1 deletions
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());