diff options
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/impedit.cxx | 2 | ||||
-rw-r--r-- | editeng/source/editeng/impedit.hxx | 2 |
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; |