dbaccess/source/ui/tabledesign/TEditControl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0a79b18cacedd597d519150820ebd7c149acde4b Author: Andrea Gelmini <[email protected]> AuthorDate: Wed May 8 10:13:28 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sun May 12 09:03:07 2019 +0200 Fix typo Change-Id: I89f281b85a735847572e10f0622eb115f8615b24 Reviewed-on: https://gerrit.libreoffice.org/72176 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/dbaccess/source/ui/tabledesign/TEditControl.cxx b/dbaccess/source/ui/tabledesign/TEditControl.cxx index 7f5297268be5..ea44f81885d8 100644 --- a/dbaccess/source/ui/tabledesign/TEditControl.cxx +++ b/dbaccess/source/ui/tabledesign/TEditControl.cxx @@ -673,7 +673,7 @@ void OTableEditorCtrl::CellModified( long nRow, sal_uInt16 nColId ) } SaveData(nRow,nColId); - // SaveData could create a undo action as well + // SaveData could create an undo action as well GetUndoManager().LeaveListAction(); RowModified(nRow); CellControllerRef xController(Controller()); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
