summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-29 12:20:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-29 13:24:29 +0100
commit8f9941d5edcc834d53df0e2bf36231a1bae67ddc (patch)
treed1abeea0903ade11601bac5d22090d80c5c77bff /svx
parent077e0f3b6439dbe9d63aa438b8b076f5d93baf43 (diff)
Fix typos
Change-Id: I67ea0d54a06f1280ccdbc1ce65b940d78df701b3 Reviewed-on: https://gerrit.libreoffice.org/48827 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/framelinkarray.cxx4
-rw-r--r--svx/source/table/viewcontactoftableobj.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/framelinkarray.cxx b/svx/source/dialog/framelinkarray.cxx
index 7cd4b26027dc..3367fd9dac54 100644
--- a/svx/source/dialog/framelinkarray.cxx
+++ b/svx/source/dialog/framelinkarray.cxx
@@ -1069,7 +1069,7 @@ drawinglayer::primitive2d::Primitive2DContainer Array::CreateB2DPrimitiveRange(
// lower of the upper CellBorder and thus have graphical parts that are
// displayed one cell below and right/left of the target cell - analog to
// other examples in all other directions.
- // It would be possible to explicitely test this (if possible by indices at all)
+ // It would be possible to explicitly test this (if possible by indices at all)
// looping and testing the styles in the outer cells to detect this, but since
// for other usages (e.g. UI) usually nFirstRow==0 and nLastRow==GetRowCount()-1
// (and analog for Col) it is okay to just expand the range when available.
@@ -1119,7 +1119,7 @@ drawinglayer::primitive2d::Primitive2DContainer Array::CreateB2DPrimitiveRange(
// the needed transformations.
const bool bRotated(rCell.IsRotated());
- // Additionally avoid double-handling by supressing handling when self not roated,
+ // Additionally avoid double-handling by suppressing handling when self not rotated,
// but above/left is rotated and thus already handled. Two directly connected
// rotated will paint/create both edges, they might be rotated differently.
const bool bSuppressAbove(!bRotated && nRow > nFirstRow && CELL(nCol, nRow - 1).IsRotated());
diff --git a/svx/source/table/viewcontactoftableobj.cxx b/svx/source/table/viewcontactoftableobj.cxx
index 91b55bb5e8b4..63ea0085a690 100644
--- a/svx/source/table/viewcontactoftableobj.cxx
+++ b/svx/source/table/viewcontactoftableobj.cxx
@@ -343,7 +343,7 @@ namespace sdr
// If RTL, mirror the whole unified table in X and move right.
// This is much easier than taking this into account for the whole
- // index calcualtions
+ // index calculations
if(bIsRTL)
{
aTransform.scale(-1.0, 1.0);