comphelper/source/misc/storagehelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b92813d9b8b09604ecf7a9adc60f360f3bde140d Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Feb 7 18:37:33 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sun Feb 10 08:44:51 2019 +0100 Fix typo Change-Id: Ibaf2bf3fe9bf45fbfc864399222e08761407564a Reviewed-on: https://gerrit.libreoffice.org/67598 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx index c62b6d14f7cc..4a41d8b8de05 100644 --- a/comphelper/source/misc/storagehelper.cxx +++ b/comphelper/source/misc/storagehelper.cxx @@ -248,7 +248,7 @@ sal_Int32 OStorageHelper::GetXStorageFormat( sal_Int32 nResult = 0; - // TODO/LATER: the filter configuration could be used to detect it later, or batter a special service + // TODO/LATER: the filter configuration could be used to detect it later, or better a special service if ( aMediaType.equalsIgnoreAsciiCase(MIMETYPE_VND_SUN_XML_WRITER_ASCII ) || aMediaType.equalsIgnoreAsciiCase(MIMETYPE_VND_SUN_XML_WRITER_WEB_ASCII ) || _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
