Kaydet (Commit) 5d5cf6f8 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I15300dc1055ccea72766a71cfa2397f0332e2806
Reviewed-on: https://gerrit.libreoffice.org/73007
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst e0f1888a
......@@ -1015,8 +1015,8 @@ OUString TypeDetection::impl_askDetectService(const OUString& sDet
// Don't forget to convert stl descriptor to its uno representation.
/* Attention!
You have to use an explicit instance of this uno sequence ...
Because its used as an in out parameter. And in case of a temp. used object
You have to use an explicit instance of this uno sequence...
Because it's used as an in out parameter. And in case of a temp. used object
we will run into memory corruptions!
*/
css::uno::Sequence< css::beans::PropertyValue > lDescriptor;
......@@ -1027,7 +1027,7 @@ OUString TypeDetection::impl_askDetectService(const OUString& sDet
catch (...)
{
// We should ignore errors here.
// Thrown exceptions mostly will end in crash recovery ...
// Thrown exceptions mostly will end in crash recovery...
// But might be we find another deep detection service which can detect the same
// document without a problem .-)
sDeepType.clear();
......
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