diff options
author | Johnny_M <klasse@partyheld.de> | 2017-07-14 22:09:26 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-07-17 19:28:56 +0200 |
commit | 2b530e4f3fa516ef1d1d3699174e6f15ffda5305 (patch) | |
tree | a60f00de8ca9f78298aa607369f1db26b21a1eb1 /include/svx | |
parent | 77d6bb690865540577c04952ba685a0cfe3fa01e (diff) |
Translate randomly found German comments
Change-Id: I7db515e04d3845c3ec51c7f88fe51bcafddd5268
Reviewed-on: https://gerrit.libreoffice.org/39987
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/sxcecitm.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/sxcecitm.hxx b/include/svx/sxcecitm.hxx index babac04aff48..a1b8ab41675b 100644 --- a/include/svx/sxcecitm.hxx +++ b/include/svx/sxcecitm.hxx @@ -45,8 +45,8 @@ public: // class SdrCaptionEscIsRelItem -// sal_True=Linienaustrittsposition relativ -// sal_False=Linienaustrittsposition absolut +// sal_True = line escape position is relative +// sal_False = line escape position is absolute class SVX_DLLPUBLIC SdrCaptionEscIsRelItem: public SdrYesNoItem { public: @@ -57,7 +57,7 @@ public: // class SdrCaptionEscRelItem -// Relativer Linienaustritt +// relative line escape // 0 = 0.00% = up resp. left, // 10000 = 100.00% = right resp. down // only when SdrCaptionEscIsRelItem=TRUE @@ -71,7 +71,7 @@ public: // class SdrCaptionEscAbsItem -// Absoluter Linienaustritt +// absolute line escape // 0 = up resp. left, // >0 = in direction right resp. down // only when SdrCaptionEscIsRelItem=FALSE |