summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/widwitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/widwitem.hxx')
-rw-r--r--editeng/inc/editeng/widwitem.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/editeng/inc/editeng/widwitem.hxx b/editeng/inc/editeng/widwitem.hxx
index 10cfbb9e6932..415035fd86a8 100644
--- a/editeng/inc/editeng/widwitem.hxx
+++ b/editeng/inc/editeng/widwitem.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -40,9 +41,9 @@ namespace rtl
// class SvxWidowsItem ---------------------------------------------------
-/*
-[Beschreibung]
-Dieses Item beschreibt die Anzahl der Zeilen fuer die Hurenkinderregelung.
+/* [Description]
+
+ This item describes the number of lines for the widows control.
*/
class EDITENG_DLLPUBLIC SvxWidowsItem: public SfxByteItem
@@ -53,7 +54,7 @@ public:
SvxWidowsItem( const sal_uInt8 nL /*= 0*/, const sal_uInt16 nId );
- // "pure virtual Methoden" vom SfxPoolItem
+ // "pure virtual Methods" from SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
virtual SfxPoolItem* Create( SvStream &, sal_uInt16 ) const;
virtual SvStream& Store( SvStream & , sal_uInt16 nItemVersion ) const;
@@ -72,3 +73,4 @@ public:
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */