diff options
author | Johnny_M <klasse@partyheld.de> | 2018-04-21 13:04:40 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-04-23 11:01:18 +0200 |
commit | 6a068a90bb8b7625aca73e2c7c0a9e14a95b82be (patch) | |
tree | 7b69293406d6e4cea7c37659a1a2cde6c44e259e | |
parent | 64cec380d224b4a195e460eb8ccabf8cf1979476 (diff) |
Translate German comment
Change-Id: I490cd001c60b28a4f04eba6195e887f4e1061d5c
Reviewed-on: https://gerrit.libreoffice.org/53251
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
-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 0a40c9ac59ac..559ea220bc4b 100644 --- a/include/svx/svdsnpv.hxx +++ b/include/svx/svdsnpv.hxx @@ -242,7 +242,7 @@ public: // - circle object angle: nothing // - 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 + void SetOrtho(bool bOn) { bOrtho=bOn; } // incomplete bool IsOrtho() const { return bOrtho; } // BigOrtho is only relevant if Ortho is switched on. |