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

Julien Nabet serval2412 at yahoo.fr
Sun Jun 1 05:00:47 PDT 2014


 filter/source/msfilter/svdfppt.cxx |    2 +-
 svx/source/fmcomp/fmgridcl.cxx     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d7eb2703913d9e07749bda0b5f6437ee7d423142
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Jun 1 13:59:49 2014 +0200

    Typo: colect->collect
    
    Change-Id: Ib53aad3b773e8818c174f5dd35685e5bbe70afd7

diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx
index def9fa6..4957096 100644
--- a/svx/source/fmcomp/fmgridcl.cxx
+++ b/svx/source/fmcomp/fmgridcl.cxx
@@ -1177,7 +1177,7 @@ void FmGridControl::DeleteSelectedRows()
     {
         Reference< ::com::sun::star::sdbcx::XDeleteRows >  xDeleteThem((Reference< XInterface >)*getDataSource(), UNO_QUERY);
 
-        // colect the bookmarks of the selected rows
+        // collect the bookmarks of the selected rows
         Sequence < Any> aBookmarks = getSelectionBookmarks();
 
         // determine the next row to position after deletion
commit 332d71b4b3cfb26c409bf0e897d8b812b524a8ee
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Jun 1 13:58:40 2014 +0200

    Typo: hanlde->handle
    
    Change-Id: I79e9018207c11c6f523dffc96ced1ff72fd728bc

diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index 20acbda..0c97eb3 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -699,7 +699,7 @@ void SdrEscherImport::RecolorGraphic( SvStream& rSt, sal_uInt32 nRecLen, Graphic
     }
 }
 
-/* ProcessObject is called from ImplSdPPTImport::ProcessObj to hanlde all application specific things,
+/* ProcessObject is called from ImplSdPPTImport::ProcessObj to handle all application specific things,
    such as the import of text, animation effects, header footer and placeholder.
 
    The parameter pOriginalObj is the object as it was imported by our general escher import, it must either


More information about the Libreoffice-commits mailing list