diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-03-31 05:28:14 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-03-31 08:58:48 +0000 |
commit | bb37c73bdc7544f67d1acb98af6248fb43140ca7 (patch) | |
tree | f29e11b22f0b1112f4f03f1b39432a5cefcdf042 /include/svx/sxcecitm.hxx | |
parent | 6a59352290a5d05c4236522b56124ac06cd591ad (diff) |
tdf#39468 Translate German comments
Translate German comments in filter/
Change-Id: I2b5856f1d4b894ca64a5b8105ca3f6466b17360b
Reviewed-on: https://gerrit.libreoffice.org/35953
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/sxcecitm.hxx')
-rw-r--r-- | include/svx/sxcecitm.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svx/sxcecitm.hxx b/include/svx/sxcecitm.hxx index eb4f4a859cb1..babac04aff48 100644 --- a/include/svx/sxcecitm.hxx +++ b/include/svx/sxcecitm.hxx @@ -58,9 +58,9 @@ public: // class SdrCaptionEscRelItem // Relativer Linienaustritt -// 0 = 0.00% = oben bzw. links, -// 10000 = 100.00% = rechts bzw. unten -// nur wenn SdrCaptionEscIsRelItem=TRUE +// 0 = 0.00% = up resp. left, +// 10000 = 100.00% = right resp. down +// only when SdrCaptionEscIsRelItem=TRUE class SVX_DLLPUBLIC SdrCaptionEscRelItem: public SfxInt32Item { public: @@ -72,9 +72,9 @@ public: // class SdrCaptionEscAbsItem // Absoluter Linienaustritt -// 0 = oben bzw. links, -// >0 = in Richtung rechts bzw. unten -// nur wenn SdrCaptionEscIsRelItem=FALSE +// 0 = up resp. left, +// >0 = in direction right resp. down +// only when SdrCaptionEscIsRelItem=FALSE class SdrCaptionEscAbsItem: public SdrMetricItem { public: |