diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-05-04 18:12:42 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-05-05 07:25:21 +0000 |
commit | f62af191bf0f0d1578abc919ca3c902864fefa22 (patch) | |
tree | 07bc847e3920a987eb72be196cbd2709f388488b /include/svx | |
parent | a0fca97eda10778be076c411dfd513e2a38937ae (diff) |
typo: strech -> stretch
Change-Id: I0de1cfaa0df460c7bc8e49752b31056f95c30053
Reviewed-on: https://gerrit.libreoffice.org/15628
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdsnpv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdsnpv.hxx b/include/svx/svdsnpv.hxx index 8f2eeea7e102..fb2fc320ccf3 100644 --- a/include/svx/svdsnpv.hxx +++ b/include/svx/svdsnpv.hxx @@ -222,7 +222,7 @@ public: // - object-specific Dragging // - rectangle corner radius: nothing // - circle object angle: nothing - // - line keeps while Dragging the angle and is only streched/ contracted + // - line keeps while Dragging the angle and is only stretched/ contracted // Default value for Ortho is off. persistent. void SetOrtho(bool bOn) { bOrtho=bOn; } // unvollstaendig bool IsOrtho() const { return bOrtho; } |