summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:25:29 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-21 22:15:51 +0200
commit845ebb4dd45ad4f93a6344d010f383be339ad488 (patch)
tree0fe1546ce84c1be451113df66b3b3615a6d0b0fb /editeng
parentpdfium: re-enable PCH (diff)
downloadcore-845ebb4dd45ad4f93a6344d010f383be339ad488.tar.gz
core-845ebb4dd45ad4f93a6344d010f383be339ad488.zip
Fix typo
Change-Id: I2c4fcfee1ee9901297acebc11a7698633c3c21ef Reviewed-on: https://gerrit.libreoffice.org/72696 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit.hxx2
1 files changed, 1 insertions, 1 deletions
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)