[Libreoffice-commits] core.git: dbaccess/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 11 21:45:10 UTC 2019
dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7c604cbb9d7a17712d3a02a577ac7736767d86aa
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:33 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 23:44:07 2019 +0200
Fix typo
Change-Id: I3292e784ff82c5e71d9b3b931f21db963d681016
Reviewed-on: https://gerrit.libreoffice.org/72170
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index e83516797a6d..1baa163ace99 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -786,7 +786,7 @@ bool OSelectionBrowseBox::saveField(OUString& _sFieldName ,OTableFieldDescRef co
// and the function is different to count
clearEntryFunctionField(_sFieldName,aSelEntry,_bListAction,nColumnId);
}
- // do we have a aggregate function and only a function?
+ // do we have an aggregate function and only a function?
else if ( SQL_ISRULE(pColumnRef,general_set_fct) )
{
OUString sLocalizedFunctionName;
@@ -1481,7 +1481,7 @@ void OSelectionBrowseBox::InsertColumn(const OTableFieldDescRef& pEntry, sal_uIn
// remember the column id of the current position
sal_uInt16 nColumnId = GetColumnId(_nColumnPosition);
- // put at the end of the list if to small or to big,
+ // put at the end of the list if too small or too big,
if ((_nColumnPosition == BROWSER_INVALIDID) || (_nColumnPosition >= getFields().size())) // append the field
{
if (FindFirstFreeCol(_nColumnPosition) == nullptr) // no more free columns
More information about the Libreoffice-commits
mailing list