[Libreoffice-commits] .: editeng/inc

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Mar 26 22:08:17 PDT 2012


 editeng/inc/editeng/flditem.hxx |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

New commits:
commit 292d71f513ee2dd3c276f950ca561704b2deb11b
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Mon Mar 26 22:02:36 2012 -0400

    Translated German class description (thanks to Markus Mohrhard).

diff --git a/editeng/inc/editeng/flditem.hxx b/editeng/inc/editeng/flditem.hxx
index e911d41..b35cb54 100644
--- a/editeng/inc/editeng/flditem.hxx
+++ b/editeng/inc/editeng/flditem.hxx
@@ -57,13 +57,11 @@ public:
     virtual MetaAction* createEndComment() const;
 };
 
-/*
-[Description]
-In diesem Item wird ein Feld (SvxFieldData) gespeichert.
-Das Feld gehoert dem Item.
-Das Feld selbst wird durch eine Ableitung von SvxFieldData bestimmt. (RTTI)
-*/
-
+/**
+ * This item stores a field (SvxFieldData).  The field is controlled by or
+ * belongs to the item.  The field itself is determined by a derivation from
+ * SvxFieldData (RTTI)
+ */
 class EDITENG_DLLPUBLIC SvxFieldItem : public SfxPoolItem
 {
 private:


More information about the Libreoffice-commits mailing list