dbaccess/source/ui/querydesign/QueryDesignView.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit aa2cd3f6398ef80770d63ac44f37e98f49716d74 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed May 8 10:13:36 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat May 11 23:02:26 2019 +0200 Fix typo Change-Id: If7ecd8501a6dfae0d56d98f6f5fa134ed7bbc60b Reviewed-on: https://gerrit.libreoffice.org/72168 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx index 1c50c178e733..8ed6ad6d858b 100644 --- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx +++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx @@ -2250,7 +2250,7 @@ namespace { if( eOk == FillDragInfo(_pView,pArgument,aDragLeft)) _pSelectionBrw->AddOrder( aDragLeft, eOrderDir, i); - else // it could be a alias name for a field + else // it could be an alias name for a field { OUString aTableRange,aColumnName; ::connectivity::OSQLParseTreeIterator& rParseIter = rController.getParseIterator(); @@ -2742,7 +2742,7 @@ OUString OQueryDesignView::getStatement() // Exception handling, if no fields have been passed we should not // change the tab page // TabBarSelectHdl will query the SQL-OUString for STATEMENT_NOFIELDS - // and trigger a error message + // and trigger an error message // ----------------- Build table list ---------------------- const auto& rConnList = m_pTableView->getTableConnections(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
