diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-02-07 18:37:33 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-02-10 08:44:51 +0100 |
commit | b92813d9b8b09604ecf7a9adc60f360f3bde140d (patch) | |
tree | 374b5cbce91d3b68551767f0860f7e9c62bde335 /comphelper | |
parent | 6776c53b7ce2e431d8636f4e5a755f50f787ec8f (diff) |
Fix typo
Change-Id: Ibaf2bf3fe9bf45fbfc864399222e08761407564a
Reviewed-on: https://gerrit.libreoffice.org/67598
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/storagehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) || |