summaryrefslogtreecommitdiffstats
path: root/dbaccess/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-08 10:13:28 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-12 09:03:07 +0200
commit0a79b18cacedd597d519150820ebd7c149acde4b (patch)
treef9e2f96590a42f793e868216ea81b46526ae2ecd /dbaccess/source
parentFix typo (diff)
downloadcore-0a79b18cacedd597d519150820ebd7c149acde4b.tar.gz
core-0a79b18cacedd597d519150820ebd7c149acde4b.zip
Fix typo
Change-Id: I89f281b85a735847572e10f0622eb115f8615b24 Reviewed-on: https://gerrit.libreoffice.org/72176 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/tabledesign/TEditControl.cxx2
1 files changed, 1 insertions, 1 deletions
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());