diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-20 09:11:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-31 14:38:58 +0200 |
commit | bec318a4accf6a026577dd33825d0359868daf8f (patch) | |
tree | 598685bd7370728a170513fdd38659a31e42b54e /sfx2/source | |
parent | 367719e77747bc142ac4b7ec5ee10d7c5e519c16 (diff) |
Fix typos
Change-Id: Iac08e415f84741ecdb151788776ee15e7364fae1
Reviewed-on: https://gerrit.libreoffice.org/77762
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index b703f0ffdfeb..aa4357d61b5d 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -3049,7 +3049,7 @@ bool SfxObjectShell::SaveAsOwnFormat( SfxMedium& rMedium ) { sal_Int32 nVersion = rMedium.GetFilter()->GetVersion(); - // OASIS templates have own mediatypes (SO7 also actually, but it is to late to use them here) + // OASIS templates have own mediatypes (SO7 also actually, but it is too late to use them here) const bool bTemplate = rMedium.GetFilter()->IsOwnTemplateFormat() && nVersion > SOFFICE_FILEFORMAT_60; |