[Libreoffice-commits] core.git: dbaccess/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 12 07:04:33 UTC 2019
dbaccess/source/ui/tabledesign/TEditControl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0a79b18cacedd597d519150820ebd7c149acde4b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:28 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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());
More information about the Libreoffice-commits
mailing list