summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorDaniel Sikeler <d.sikeler94@gmail.com>2014-12-03 16:17:33 +0100
committerNoel Grandin <noelgrandin@gmail.com>2014-12-11 06:16:10 +0000
commita92c1939bf85ceb6e16ebc9fd8aa4c79eed20a2a (patch)
tree5bef594647fb56d6e376f6565a65a37385d305cf /svx/inc
parent0e55feea6a6bb516c4198960b14192f363f08601 (diff)
fdo#39468: Translated some german comments
Change-Id: I3091ee19b6f05a4d6b7f1329f64c3be6886cc0b8 Reviewed-on: https://gerrit.libreoffice.org/13393 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/sxmtaitm.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/svx/inc/sxmtaitm.hxx b/svx/inc/sxmtaitm.hxx
index e191d79b3228..c31723bcd3de 100644
--- a/svx/inc/sxmtaitm.hxx
+++ b/svx/inc/sxmtaitm.hxx
@@ -23,17 +23,16 @@
#include <svx/sdynitm.hxx>
#include <svx/sdangitm.hxx>
-// Den Text automatisch zurechtdrehen (Automatisches UpsideDown).
-// TextUpsideDown bleibt trotzdem weiterhin wirksam und dreht
-// den Text bei sal_True nochmal.
+// Turn text automatically in wright position (automatic UpsideDown).
+// TextUpsideDown stays active and turns the text again if sal_True.
class SdrMeasureTextAutoAngleItem: public SdrYesNoItem {
public:
SdrMeasureTextAutoAngleItem(bool bOn=true): SdrYesNoItem(SDRATTR_MEASURETEXTAUTOANGLE,bOn) {}
SdrMeasureTextAutoAngleItem(SvStream& rIn): SdrYesNoItem(SDRATTR_MEASURETEXTAUTOANGLE,rIn) {}
};
-// Der bevorzugte Blickwinkel zum lesen des Textes. Wird nur ausgewertet, wenn
-// TextAutoAngle=TRUE. Winkel in 1/100deg aus der Zeichnung zum Betrachter.
+// Preferred perspective for reading text is only evaluated if TextAutoAngle=TRUE.
+// Angle in 1/100deg from viewpoint of the user.
class SdrMeasureTextAutoAngleViewItem: public SdrAngleItem {
public:
SdrMeasureTextAutoAngleViewItem(long nVal=31500): SdrAngleItem(SDRATTR_MEASURETEXTAUTOANGLEVIEW,nVal) {}