summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:24:22 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-27 09:36:03 +0200
commit5d5cf6f8f44011f822e6df5fe6a9adc313b917b7 (patch)
treebd5dbd0264466dd595bab9252777791dc2db3573 /filter
parente0f1888af0dde9646bc72abb5688c94cbf2428dd (diff)
Fix typo
Change-Id: I15300dc1055ccea72766a71cfa2397f0332e2806 Reviewed-on: https://gerrit.libreoffice.org/73007 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/typedetection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index 4fe996244808..60b68f4592c6 100644
--- a/filter/source/config/cache/typedetection.cxx
+++ b/filter/source/config/cache/typedetection.cxx
@@ -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();