From 845ebb4dd45ad4f93a6344d010f383be339ad488 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:25:29 +0000 Subject: Fix typo Change-Id: I2c4fcfee1ee9901297acebc11a7698633c3c21ef Reviewed-on: https://gerrit.libreoffice.org/72696 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- editeng/source/editeng/impedit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editeng/source') 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) -- cgit