diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:13:35 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-11 23:42:57 +0200 |
commit | 723cdb06b658595e92647707427b67101c0e858a (patch) | |
tree | d63bddb66586391cc08e74b810df1754248076dd /dbaccess | |
parent | b03a2d037492b839788da3de076e6cdea30a691d (diff) |
Fix typo
Change-Id: I572453ea9cac59f7dce0abe79e6f034960555081
Reviewed-on: https://gerrit.libreoffice.org/72169
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryTableView.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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; |