Kaydet (Commit) 6efb8713 authored tarafından Johnny_M's avatar Johnny_M Kaydeden (comit) Michael Meeks

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/34316Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
Tested-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst c0089c10
...@@ -32,10 +32,10 @@ class OutputDevice; ...@@ -32,10 +32,10 @@ class OutputDevice;
enum class SdrHelpLineKind { Point, Vertical, Horizontal }; 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 { 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; SdrHelpLineKind eKind;
public: public:
...@@ -51,7 +51,7 @@ public: ...@@ -51,7 +51,7 @@ public:
Pointer GetPointer() const; Pointer GetPointer() const;
bool IsHit(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) 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; Rectangle GetBoundRect(const OutputDevice& rOut) const;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment