diff options
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 2 |
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()); |