[Libreoffice-commits] core.git: editeng/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 21 20:17:04 UTC 2019
editeng/source/editeng/impedit.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 845ebb4dd45ad4f93a6344d010f383be339ad488
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:29 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue May 21 22:15:51 2019 +0200
Fix typo
Change-Id: I2c4fcfee1ee9901297acebc11a7698633c3c21ef
Reviewed-on: https://gerrit.libreoffice.org/72696
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx
index 9f0e27909515..8f09ca8f13d0 100644
--- a/editeng/source/editeng/impedit.hxx
+++ b/editeng/source/editeng/impedit.hxx
@@ -264,7 +264,7 @@ private:
/// mechanism to change from the classic refresh mode that simply
// invalidates the area where text was changed. When set, the invalidate
// and the direct repaint of the Window-plugged EditView will be suppressed.
- // Instead, a consumer that has registered using a EditViewCallbacks
+ // Instead, a consumer that has registered using an EditViewCallbacks
// incarnation has to handle that. Used e.g. to represent the edited text
// in Draw/Impress in an OverlayObject which avoids evtl. expensive full
// repaints of the EditView(s)
More information about the Libreoffice-commits
mailing list