Kaydet (Commit) 1932113a authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typo

Change-Id: Ib04fe75d60647c938225700dd25a3e7e031437dd
Reviewed-on: https://gerrit.libreoffice.org/71781
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst fe95540f
......@@ -54,7 +54,7 @@ public class ConverterFactory {
toOffice = ConverterInfo.isValidOfficeType(mimeTypeOut);
// findConverterInfo expects the second paramenter to be the
// findConverterInfo expects the second parameter to be the
// destination MimeType
if (toOffice)
foundInfo = ConverterInfoMgr.findConverterInfo(mimeTypeIn, mimeTypeOut);
......@@ -82,4 +82,4 @@ public class ConverterFactory {
Convert myConvert = new Convert(ci, toOffice);
return myConvert;
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment