diff options
author | Johnny_M <klasse@partyheld.de> | 2017-06-04 16:44:43 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-06 13:51:55 +0200 |
commit | c6f4fd1942ddecab8485f19fa53faf1eda3a5667 (patch) | |
tree | a2be47d0fc419d81e9a513fb8c2cfd573ba5850a /include/editeng | |
parent | 7f793166719ce0b3917fa9751d3529c9ec5df854 (diff) |
tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)
Translates all (leftovers) found using a custom regex, in directories not shown by
/bin/find-german-comments and beginning with "h" to "i".
Additionally:
- Fixed a few spellings
Change-Id: I54ea06f8e0cf1bd4bd6c84b171bec1bd342a8df8
Reviewed-on: https://gerrit.libreoffice.org/38390
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/editrids.hrc | 2 | ||||
-rw-r--r-- | include/editeng/lrspitem.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/editrids.hrc b/include/editeng/editrids.hrc index a281d1814207..f88f0d0c00a3 100644 --- a/include/editeng/editrids.hrc +++ b/include/editeng/editrids.hrc @@ -372,7 +372,7 @@ #define RID_DASH_DOT_DOT (RID_EDIT_START + 331) #if 331 > (RID_EDIT_END-RID_EDIT_START) -#error Resource-Ueberlauf in #line, #file +#error Resource overflow in #line, #file #endif #endif diff --git a/include/editeng/lrspitem.hxx b/include/editeng/lrspitem.hxx index eea64a7d0ec3..82b2e3c57a40 100644 --- a/include/editeng/lrspitem.hxx +++ b/include/editeng/lrspitem.hxx @@ -90,7 +90,7 @@ public: virtual void ScaleMetrics( long nMult, long nDiv ) override; virtual bool HasMetrics() const override; - // Die "Layout-Schnittstelle": + // The "layout interface": inline void SetLeft ( const long nL, const sal_uInt16 nProp = 100 ); inline void SetRight( const long nR, const sal_uInt16 nProp = 100 ); |