diff options
author | Johnny_M <klasse@partyheld.de> | 2017-02-15 18:43:24 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2017-02-15 19:06:07 +0000 |
commit | 6efb8713d46fe59e623445a1a8c8a82e23012a82 (patch) | |
tree | 251ba8412e3ba4f54f1117aec70bbfdb2e7d0d14 /include/svx/svdhlpln.hxx | |
parent | c0089c104de4758dae6e3d732d4f5ff2c6fd5074 (diff) |
Translate German comments (left over from the include/ dir)
This is to translate German comments yet left in the include/ directory after https://gerrit.libreoffice.org/33895
Change-Id: I677713aa1fd0bc07ea71e16d8503ce5cd4838de9
Reviewed-on: https://gerrit.libreoffice.org/34316
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include/svx/svdhlpln.hxx')
-rw-r--r-- | include/svx/svdhlpln.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdhlpln.hxx b/include/svx/svdhlpln.hxx index 9bb995f70271..fafab5a4d427 100644 --- a/include/svx/svdhlpln.hxx +++ b/include/svx/svdhlpln.hxx @@ -32,10 +32,10 @@ class OutputDevice; enum class SdrHelpLineKind { Point, Vertical, Horizontal }; -#define SDRHELPLINE_POINT_PIXELSIZE 15 /* Tatsaechliche Groesse= PIXELSIZE*2+1 */ +#define SDRHELPLINE_POINT_PIXELSIZE 15 /* actual size = PIXELSIZE*2+1 */ class SdrHelpLine { - Point aPos; // je nach Wert von eKind ist X oder Y evtl. belanglos + Point aPos; // X or Y may be unimportant, depending on the value of eKind SdrHelpLineKind eKind; public: @@ -51,7 +51,7 @@ public: Pointer GetPointer() const; bool IsHit(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) const; - // OutputDevice wird benoetigt, da Fangpunkte eine feste Pixelgroesse haben + // OutputDevice is required because capture points have a fixed pixel size Rectangle GetBoundRect(const OutputDevice& rOut) const; }; |