summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/editeng/editview.hxx2
-rw-r--r--include/svx/svdedxv.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx
index 84e41d4af2f2..79af335b3db4 100644
--- a/include/editeng/editview.hxx
+++ b/include/editeng/editview.hxx
@@ -81,7 +81,7 @@ enum class ScrollRangeCheck
};
// Helper class that allows to set a callback at the EditView. When
-// set, Invalidates and repains are suppressed at the EditView, but
+// set, Invalidates and repaints are suppressed at the EditView, but
// EditViewInvalidate() will be triggered to allow the consumer to
// react itself as needed.
// Also Selection visualization is suppressed and EditViewSelectionChange
diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx
index 6cfb22128e08..b55385e77d17 100644
--- a/include/svx/svdedxv.hxx
+++ b/include/svx/svdedxv.hxx
@@ -69,7 +69,7 @@ class SVX_DLLPUBLIC SdrObjEditView: public SdrGlueEditView, public EditViewCallb
virtual void EditViewSelectionChange() const override;
// The OverlayObjects used for visualizing active TextEdit (currently
- // using TextEditOverlayObject, but not limitied to it
+ // using TextEditOverlayObject, but not limited to it
sdr::overlay::OverlayObjectList maTEOverlayGroup;
protected: