summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-11 11:23:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-08-11 12:15:47 +0200
commit5f740414d37729b293709a70619caab39a02eb7a (patch)
tree4b603bb0234348dcb2e96887495ea44b8275a078 /editeng
parent8b3fcb6a4f80e803586120535768745f6637b34d (diff)
Fix typos
Change-Id: Ia36c8abe91e8c2ac46498e88def59a9887711ba1 Reviewed-on: https://gerrit.libreoffice.org/41014 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.cxx2
-rw-r--r--editeng/source/editeng/impedit.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx
index aa2a257c5343..b670682104f4 100644
--- a/editeng/source/editeng/impedit.cxx
+++ b/editeng/source/editeng/impedit.cxx
@@ -207,7 +207,7 @@ void ImpEditView::SelectionChanged()
// This can be safely assumed due to the EditView only being capable of painting the
// selection in XOR until today.
// This also means that all places calling DrawSelectionXOR are thoroughly weighted
-// and choosen to make this fragile XOR-paint water-proof and thus contain some
+// and chosen to make this fragile XOR-paint water-proof and thus contain some
// information in this sense.
// Someone thankfully expanded it to collect the SelectionRectangles when called with
// the Region*, see GetSelectionRectangles below.
diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx
index 3c1d2e78a0c6..9bcab368ee80 100644
--- a/editeng/source/editeng/impedit.hxx
+++ b/editeng/source/editeng/impedit.hxx
@@ -262,7 +262,7 @@ private:
// and the direct repaint of the Window-plugged EditView will be suppressed.
// Instead, a consumer that has registered using a EditViewCallbacks
// incarnation has to handle that. Used e.g. to represent the edited text
- // in Draw/Impres in an OverlayObject which avoids evtl. expensive full
+ // in Draw/Impress in an OverlayObject which avoids evtl. expensive full
// repaints of the EditView(s)
const EditViewCallbacks* mpEditViewCallbacks;