summaryrefslogtreecommitdiff
path: root/include/svx/sxcgitm.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/sxcgitm.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/sxcgitm.hxx')
-rw-r--r--include/svx/sxcgitm.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/sxcgitm.hxx b/include/svx/sxcgitm.hxx
index 56301de03c27..51e8ea880da0 100644
--- a/include/svx/sxcgitm.hxx
+++ b/include/svx/sxcgitm.hxx
@@ -22,10 +22,10 @@
#include <svx/svddef.hxx>
#include <svx/sdmetitm.hxx>
-//------------------------------------
-// class SdrCaptionGapItem
-// Abstand des Linienanfangs vom Rect
-//------------------------------------
+/**
+ * class SdrCaptionGapItem
+ * Distance of the line start from the Rect
+ */
class SdrCaptionGapItem: public SdrMetricItem {
public:
SdrCaptionGapItem(long nGap=0) : SdrMetricItem(SDRATTR_CAPTIONGAP,nGap) {}