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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun May 12 07:05:13 UTC 2019


 dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx |    2 +-
 dbaccess/source/ui/querydesign/TableWindowListBox.cxx |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 62d6d8cb1c58d8859c9ac2f65744b65558837f2a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:31 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 12 09:04:24 2019 +0200

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

diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
index 42c418e7ff29..9398a8294ad0 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
@@ -302,7 +302,7 @@ namespace dbaui
             @param  _pEntry
                 The entry to be cleared
             @param  _bListAction
-                When <TRUE/> an list action will be created.
+                When <TRUE/> a list action will be created.
         */
         void            clearEntryFunctionField(const OUString& _sFieldName,OTableFieldDescRef const & _pEntry, bool& _bListAction,sal_uInt16 _nColumnId);
 
commit 3822976f6616b4789fee5ab12207fd94e1149e63
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:30 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 12 09:03:47 2019 +0200

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

diff --git a/dbaccess/source/ui/querydesign/TableWindowListBox.cxx b/dbaccess/source/ui/querydesign/TableWindowListBox.cxx
index 54c06c8f0a3b..d7bac39dfd0e 100644
--- a/dbaccess/source/ui/querydesign/TableWindowListBox.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindowListBox.cxx
@@ -207,7 +207,7 @@ void OTableWindowListBox::StartDrag( sal_Int8 /*nAction*/, const Point& /*rPosPi
         EndSelection();
         // create a description of the source
         OJoinExchangeData jxdSource(this);
-        // put it into a exchange object
+        // put it into an exchange object
         rtl::Reference<OJoinExchObj> pJoin = new OJoinExchObj(jxdSource,bFirstNotAllowed);
         pJoin->StartDrag(this, DND_ACTION_LINK, this);
     }
@@ -217,7 +217,7 @@ sal_Int8 OTableWindowListBox::AcceptDrop( const AcceptDropEvent& _rEvt )
 {
     sal_Int8 nDND_Action = DND_ACTION_NONE;
     // check the format
-    if ( !OJoinExchObj::isFormatAvailable(GetDataFlavorExVector(),SotClipboardFormatId::SBA_TABID) // this means that the first entry is to be draged
+    if ( !OJoinExchObj::isFormatAvailable(GetDataFlavorExVector(),SotClipboardFormatId::SBA_TABID) // this means that the first entry is to be dragged
         && OJoinExchObj::isFormatAvailable(GetDataFlavorExVector()) )
     {   // don't drop into the window if it's the drag source itself
 


More information about the Libreoffice-commits mailing list