summaryrefslogtreecommitdiff
path: root/include/svx/sxmoitm.hxx
diff options
context:
space:
mode:
authorPhilipp Weissenbacher <p.weissenbacher@gmail.com>2013-07-05 20:02:19 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-07-05 22:04:12 +0000
commit06c5c7f0d353ffc6c7012a9827f82d5c60499049 (patch)
tree295e5bcf6a86802322913b4493ce0ca8cee3f078 /include/svx/sxmoitm.hxx
parent9a15f297841f9d980fe71256484b0978b35b972f (diff)
Translate German comments, fix some WS
Change-Id: I5dcf6a911275e9fcb07d21b810591237a0f1ab9f Reviewed-on: https://gerrit.libreoffice.org/4747 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'include/svx/sxmoitm.hxx')
-rw-r--r--include/svx/sxmoitm.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sxmoitm.hxx b/include/svx/sxmoitm.hxx
index 8b5cfc2a9cb4..7d3aa9453c9e 100644
--- a/include/svx/sxmoitm.hxx
+++ b/include/svx/sxmoitm.hxx
@@ -22,8 +22,8 @@
#include <svx/svddef.hxx>
#include <svx/sdmetitm.hxx>
-// Ueberstand der Masslinie ueber die Masshilfslinien
-// Nur wenn die Masspfeile aussen sind (n.i.)
+// Overlap of the measure line over the measure helper lines
+// Only of the measure arrows are on the outside
class SdrMeasureOverhangItem: public SdrMetricItem {
public:
SdrMeasureOverhangItem(long nVal=0): SdrMetricItem(SDRATTR_MEASUREOVERHANG,nVal) {}