diff options
author | Johnny_M <klasse@partyheld.de> | 2018-07-08 14:58:53 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-07-10 16:12:21 +0200 |
commit | 76b4820076eb24a4f3e5c8583c117cbf09fb8a8a (patch) | |
tree | 39755483d4535c864be67d2e95ff98ee737f12ff /include | |
parent | c290f692dd28094d41dff686f3faa1c4e14b556e (diff) |
Translate German comments
Including correction of earlier translations in case of and around "packen"
Change-Id: Icaeaebb46a15edcc4abdcfee55d07b43e1767e06
Reviewed-on: https://gerrit.libreoffice.org/57156
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Tested-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/rulritem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/rulritem.hxx b/include/svx/rulritem.hxx index 0dc39a552f6e..048ac3365dd9 100644 --- a/include/svx/rulritem.hxx +++ b/include/svx/rulritem.hxx @@ -203,7 +203,7 @@ private: long nStartX; /* Start in x direction */ long nEndX; /* End in x direction */ long nStartY; /* Start in y direction */ - long nEndY; /* Ende in y direction */ + long nEndY; /* End in y direction */ bool bLimits; /* boundary limit control by the application */ protected: |