diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2020-01-11 18:26:39 +0100 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2020-02-22 11:33:53 +0100 |
commit | edfe1dbc674bfb7043f2f352daf8f190950853cf (patch) | |
tree | 33810bb4b742fcd1821e7ab9cee7d6335b99bdb0 /svx | |
parent | f0a50d230756fc0a60780d992b807f9eb82106c2 (diff) |
Fix typo
Change-Id: I4308e9957368845059d837a3ace79b5c78b7db51
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89124
Tested-by: Jenkins
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx index 5c002c1347d8..8ba6b03bbe1a 100644 --- a/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx +++ b/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx @@ -505,7 +505,7 @@ namespace * - do not forget to consequently use -rX for rMyVector * - definitions have to be ClockWise for the EndBorderLines, will be ensured by sorting * - * If you take all this into account, you will gett correctly extended BorderLinePrimitive2D + * If you take all this into account, you will get correctly extended BorderLinePrimitive2D * representations for the new to be defined BorderLine. That extensions will overlap nicely * with the corresponding BorderLines and take all multiple line definitions in the ::Style into * account. |