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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 11 21:44:04 UTC 2019


 dbaccess/source/ui/querydesign/QueryTableView.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 723cdb06b658595e92647707427b67101c0e858a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:35 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 23:42:57 2019 +0200

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

diff --git a/dbaccess/source/ui/querydesign/QueryTableView.cxx b/dbaccess/source/ui/querydesign/QueryTableView.cxx
index bbb35068ff2b..25a2cb93f26b 100644
--- a/dbaccess/source/ui/querydesign/QueryTableView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTableView.cxx
@@ -94,7 +94,7 @@ namespace
 
         return bOk;
     }
-    /** connectionModified adds an undo action for the modified connection and forces an redraw
+    /** connectionModified adds an undo action for the modified connection and forces a redraw
         @param  _pView              the view which we use
         @param  _pConnection    the connection which was modified
         @param  _bAddUndo       true when an undo action should be appended
@@ -449,7 +449,7 @@ void OQueryTableView::AddTabWin(const OUString& _rComposedName, const OUString&
 
         try
         {
-            // find relations between the table an the tables already inserted
+            // find relations between the table and the tables already inserted
             Reference< XIndexAccess> xKeyIndex = pNewTabWin->GetData()->getKeys();
             if ( !xKeyIndex.is() )
                 break;
@@ -771,7 +771,7 @@ void OQueryTableView::HideTabWin( OQueryTableWindow* pTabWin, OQueryTabWinUndoAc
             pUndoAction->InsertConnection(xTmpEntry);
 
             // call base class because we append an undo action
-            // but this time we are in a undo action list
+            // but this time we are in an undo action list
             OJoinTableView::RemoveConnection(xTmpEntry, false);
             aIter2 = rTabConList.begin();
             ++nCnt;


More information about the Libreoffice-commits mailing list