summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/opaqitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/opaqitem.hxx')
-rw-r--r--editeng/inc/editeng/opaqitem.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/editeng/inc/editeng/opaqitem.hxx b/editeng/inc/editeng/opaqitem.hxx
index 3dcd828184e0..c73ae6f28ee4 100644
--- a/editeng/inc/editeng/opaqitem.hxx
+++ b/editeng/inc/editeng/opaqitem.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.
@@ -41,9 +42,9 @@ namespace rtl
// class SvxOpaqueItem ---------------------------------------------------
-/*
-[Beschreibung]
-Dieses Item beschreibt eine logische Variable "Undurchsichtig ja oder nein".
+/* [Description]
+
+ This item describes a logical variable "Opaque yes or no."
*/
class EDITENG_DLLPUBLIC SvxOpaqueItem : public SfxBoolItem
@@ -54,7 +55,7 @@ public:
SvxOpaqueItem( const sal_uInt16 nId , const sal_Bool bOpa = sal_True );
inline SvxOpaqueItem &operator=( const SvxOpaqueItem &rCpy );
- // "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;
@@ -79,3 +80,4 @@ inline SvxOpaqueItem &SvxOpaqueItem::operator=( const SvxOpaqueItem &rCpy )
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */