diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:13:33 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-11 23:44:07 +0200 |
commit | 7c604cbb9d7a17712d3a02a577ac7736767d86aa (patch) | |
tree | 0c6911f5ce326068bab9ac64ad2438fadcdf3c00 | |
parent | 723cdb06b658595e92647707427b67101c0e858a (diff) |
Fix typo
Change-Id: I3292e784ff82c5e71d9b3b931f21db963d681016
Reviewed-on: https://gerrit.libreoffice.org/72170
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |