diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:13:52 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-11 21:30:30 +0200 |
commit | c6eddeca7da7bb86087af212e5409aa6c75513ce (patch) | |
tree | 5dd993b4d773a9ceaa9789396d4a7a90911f57b9 /dbaccess | |
parent | 9f7d2cefe0b0ce2ce2e9c7010b08dee24596dc2a (diff) |
Fix typo
Change-Id: I6af2b1ead6448be9b5a47fcd6ef3fb16acccc52b
Reviewed-on: https://gerrit.libreoffice.org/72153
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/indexfieldscontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/indexfieldscontrol.cxx b/dbaccess/source/ui/dlg/indexfieldscontrol.cxx index 27beb4654d78..e7782a560c8a 100644 --- a/dbaccess/source/ui/dlg/indexfieldscontrol.cxx +++ b/dbaccess/source/ui/dlg/indexfieldscontrol.cxx @@ -385,7 +385,7 @@ static constexpr auto BROWSER_STANDARD_FLAGS = BrowserMode::COLUMNSELECTION | Br OSL_ENSURE((static_cast<sal_Int32>(m_aFields.size() + 1)) == rowCount, "IndexFieldsControl::OnListEntrySelected: inconsistence!"); if (!sSelectedEntry.isEmpty() && (nCurrentRow == rowCount - 1) /*&& (!m_nMaxColumnsInIndex || rowCount < m_nMaxColumnsInIndex )*/ ) - { // in the last row, an non-empty string has been selected + { // in the last row, a non-empty string has been selected // -> insert a new row m_aFields.emplace_back(); RowInserted(GetRowCount()); |