[Libreoffice-commits] core.git: bin/benchmark-document-loading

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 26 11:30:11 UTC 2020


 bin/benchmark-document-loading |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4008401c9ba4e1df6a4a4f6dbb8ca134ed3f218a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Sep 25 11:56:25 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Sep 26 13:29:31 2020 +0200

    Fix typo in code
    
    It passed "make check" on Linux
    
    Change-Id: I3fb2bb8cfe22fd905a3badd2a90a9aef497bfcf7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103448
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/bin/benchmark-document-loading b/bin/benchmark-document-loading
index 11611a2b29da..9ecf43baffb3 100644
--- a/bin/benchmark-document-loading
+++ b/bin/benchmark-document-loading
@@ -69,12 +69,12 @@ validCalcFileExtensions = [ ".xlsx", ".xls", ".ods", ".fods" ]
 validWriterFileExtensions = [ ".docx" , ".rtf", ".odt", ".fodt", ".doc" ]
 validImpressFileExtensions = [ ".ppt", ".pptx", ".odp", ".fodp" ]
 validDrawFileExtensions = [ ".odg", ".fodg" ]
-validRevereseFileExtensions = [ ".vsd", ".vdx", ".cdr", ".pub", ".wpd" ]
+validReverseFileExtensions = [ ".vsd", ".vdx", ".cdr", ".pub", ".wpd" ]
 validFileExtensions = {"calc": validCalcFileExtensions,
                        "writer": validWriterFileExtensions,
                        "impress": validImpressFileExtensions,
                        "draw": validDrawFileExtensions,
-                       "reverse": validRevereseFileExtensions}
+                       "reverse": validReverseFileExtensions}
 flatODFTypes = {"calc": (".fods", "OpenDocument Spreadsheet Flat XML"),
                 "writer": (".fodt", "OpenDocument Text Flat XML"),
                 "impress": (".fodp", "OpenDocument Presentation Flat XML"),


More information about the Libreoffice-commits mailing list