summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/spltitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/spltitem.hxx')
-rw-r--r--editeng/inc/editeng/spltitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/editeng/inc/editeng/spltitem.hxx b/editeng/inc/editeng/spltitem.hxx
index a5178ca8e15d..83afeeb21be1 100644
--- a/editeng/inc/editeng/spltitem.hxx
+++ b/editeng/inc/editeng/spltitem.hxx
@@ -41,9 +41,9 @@ namespace rtl
// class SvxFmtSplitItem -------------------------------------------------
-/*
-[Beschreibung]
-Dieses Item beschreibt eine logische Variable "Absatz trennen ja oder nein".
+/* [Description]
+
+ This item describes a logical variable "split paragraph yes or no".
*/
class EDITENG_DLLPUBLIC SvxFmtSplitItem : public SfxBoolItem
@@ -56,7 +56,7 @@ public:
const USHORT nWh );
inline SvxFmtSplitItem& operator=( const SvxFmtSplitItem& rSplit );
- // "pure virtual Methoden" vom SfxPoolItem
+ // "pure virtual Methods" from SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
virtual SfxPoolItem* Create( SvStream&, USHORT ) const;
virtual SvStream& Store( SvStream& , USHORT nItemVersion ) const;