Fix typo
Change-Id: Ib03d068389d70866490456372cea1038366bfa2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89831 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
efd267fac2
commit
bf06e6957e
1 changed files with 1 additions and 1 deletions
|
@ -3353,7 +3353,7 @@ void AutoRecovery::implts_openOneDoc(const OUString& sURL ,
|
|||
&& ( sFilterName == "Calc MS Excel 2007 XML"
|
||||
|| sFilterName == "Impress MS PowerPoint 2007 XML"
|
||||
|| sFilterName == "MS Word 2007 XML"))
|
||||
// TODO: Propbably need to check other affected formats + templates?
|
||||
// TODO: Probably need to check other affected formats + templates?
|
||||
{
|
||||
// tdf#129096: in case of recovery of password protected OOXML document it is done not
|
||||
// the same way as ordinal loading. Inside XDocumentRecovery::recoverFromFile
|
||||
|
|
Loading…
Reference in a new issue