summaryrefslogtreecommitdiff
path: root/svx/source/dialog/framelink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/framelink.cxx')
-rw-r--r--svx/source/dialog/framelink.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx
index d2a1e1ffd06e..a22c7be06e2c 100644
--- a/svx/source/dialog/framelink.cxx
+++ b/svx/source/dialog/framelink.cxx
@@ -1357,7 +1357,7 @@ double lcl_getCenterOfLineOffset(const Style& rBorder, bool bLeftEdge)
if (bDistUsed || bSecnUsed)
{
- // double line, get center by adding half ditance and half line width.
+ // double line, get center by adding half distance and half line width.
// bLeftEdge defines which line to use
return (rBorder.Dist() + (bLeftEdge ? rBorder.Prim() : rBorder.Secn())) * 0.5;
}