diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:13:31 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-12 09:04:24 +0200 |
commit | 62d6d8cb1c58d8859c9ac2f65744b65558837f2a (patch) | |
tree | 1af36d3375f2f4550059b1e7fea4871490377926 /dbaccess | |
parent | 3822976f6616b4789fee5ab12207fd94e1149e63 (diff) |
Fix typo
Change-Id: I66429d273adf969fb54d6e378021b1db6da28969
Reviewed-on: https://gerrit.libreoffice.org/72171
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx index 42c418e7ff29..9398a8294ad0 100644 --- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx +++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx @@ -302,7 +302,7 @@ namespace dbaui @param _pEntry The entry to be cleared @param _bListAction - When <TRUE/> an list action will be created. + When <TRUE/> a list action will be created. */ void clearEntryFunctionField(const OUString& _sFieldName,OTableFieldDescRef const & _pEntry, bool& _bListAction,sal_uInt16 _nColumnId); |