[Libreoffice-commits] core.git: 2 commits - filter/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon May 27 07:36:56 UTC 2019


 filter/source/config/cache/typedetection.cxx |    6 +++---
 filter/source/flash/swfwriter1.cxx           |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 5d5cf6f8f44011f822e6df5fe6a9adc313b917b7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:22 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon May 27 09:36:03 2019 +0200

    Fix typo
    
    Change-Id: I15300dc1055ccea72766a71cfa2397f0332e2806
    Reviewed-on: https://gerrit.libreoffice.org/73007
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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();
commit e0f1888af0dde9646bc72abb5688c94cbf2428dd
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:18 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon May 27 09:35:36 2019 +0200

    Fix typo
    
    Change-Id: I88051ff8a09f1f8a52ad095a10bed7cc40b2fcdb
    Reviewed-on: https://gerrit.libreoffice.org/73011
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/filter/source/flash/swfwriter1.cxx b/filter/source/flash/swfwriter1.cxx
index 09c46a88a126..1d42bf42c560 100644
--- a/filter/source/flash/swfwriter1.cxx
+++ b/filter/source/flash/swfwriter1.cxx
@@ -242,7 +242,7 @@ void Writer::Impl_addCurvedEdgeRecord( BitStream& rBits, sal_Int16 control_dx, s
 }
 
 
-/** Exports a end shape record
+/** Exports an end shape record
 */
 void Writer::Impl_addEndShapeRecord( BitStream& rBits )
 {
@@ -1190,7 +1190,7 @@ bool Writer::Impl_writeFilling( SvtGraphicFill const & rFilling )
 }
 
 
-/* CL: The idea was to export page fields as text fields that get theire
+/* CL: The idea was to export page fields as text fields that get their
    string from a variable set with actionscript by each page. This didn't
    work out since the formatting is always wrong when text follows the
    page number field since pages greater one may require more space than


More information about the Libreoffice-commits mailing list