editeng/source/editeng/impedit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 845ebb4dd45ad4f93a6344d010f383be339ad488 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:25:29 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
