diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-11 11:23:37 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-11 12:15:47 +0200 |
commit | 5f740414d37729b293709a70619caab39a02eb7a (patch) | |
tree | 4b603bb0234348dcb2e96887495ea44b8275a078 /include | |
parent | 8b3fcb6a4f80e803586120535768745f6637b34d (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 'include')
-rw-r--r-- | include/editeng/editview.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdedxv.hxx | 2 |
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: |