summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/pgrditem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/pgrditem.hxx')
-rw-r--r--editeng/inc/editeng/pgrditem.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/editeng/inc/editeng/pgrditem.hxx b/editeng/inc/editeng/pgrditem.hxx
index eb464290e736..4431dfccd7cc 100644
--- a/editeng/inc/editeng/pgrditem.hxx
+++ b/editeng/inc/editeng/pgrditem.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.
@@ -35,8 +36,8 @@
// class SvxParaGridItem -------------------------------------------------
-/*
- [Beschreibung]
+/* [Description]
+
Paragraph snap to grid
*/
@@ -48,7 +49,7 @@ public:
SvxParaGridItem( const sal_Bool bSnapToGrid /*= sal_True*/,
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 sal_uInt16 GetVersion( sal_uInt16 nFileVersion ) const;
@@ -62,3 +63,4 @@ public:
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */