summaryrefslogtreecommitdiff
path: root/svx
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 /svx
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 'svx')
-rw-r--r--svx/source/svdraw/svdedxv.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 7cd8dc363b4b..57b80c89b002 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -367,7 +367,7 @@ namespace
and thus avoiding potentially expensive repaints by using the
automatically buffered Overlay mechanism.
- It buffers as amuch as possible locally and *only* triggers a real
+ It buffers as much as possible locally and *only* triggers a real
change (see call to objectChange()) when really needed.
*/
class TextEditOverlayObject : public sdr::overlay::OverlayObject
@@ -531,7 +531,7 @@ namespace
// active Outliner is always in unified oriented coordinate system (currently)
// so just translate to TopLeft of visible Range. Keep in mind that top-left
- // depends on vertical text and top-to-bottom text attribures
+ // depends on vertical text and top-to-bottom text attributes
const tools::Rectangle aVisArea(mrOutlinerView.GetVisArea());
const bool bVerticalWriting(pSdrOutliner->IsVertical());
const bool bTopToBottom(pSdrOutliner->IsTopToBottom());
@@ -655,7 +655,7 @@ void SdrObjEditView::TextEditDrawing(SdrPaintWindow& rPaintWindow) const
{
// adapt all TextEditOverlayObject(s), so call EditViewInvalidate()
// to update accordingly (will update selection, too). Suppress new
- // stuff when LibreOficeKit is active
+ // stuff when LibreOfficeKit is active
EditViewInvalidate();
}
else