summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/postitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/postitem.hxx')
-rw-r--r--editeng/inc/editeng/postitem.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/editeng/inc/editeng/postitem.hxx b/editeng/inc/editeng/postitem.hxx
index 873f2c0d068f..bdf68461d704 100644
--- a/editeng/inc/editeng/postitem.hxx
+++ b/editeng/inc/editeng/postitem.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 SvxPostureItem --------------------------------------------------
-/*
- [Beschreibung]
- Dieses Item beschreibt die Font-Stellung (Italic)
+/* [Description]
+
+ This item describes the font setting (Italic)
*/
class EDITENG_DLLPUBLIC SvxPostureItem : public SfxEnumItem
@@ -54,7 +55,7 @@ public:
SvxPostureItem( const FontItalic ePost /*= ITALIC_NONE*/,
const sal_uInt16 nId );
- // "pure virtual Methoden" vom SfxPoolItem + SwEnumItem
+ // "pure virtual Methods" from SfxPoolItem + SwEnumItem
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
@@ -66,8 +67,8 @@ public:
virtual String GetValueTextByPos( sal_uInt16 nPos ) const;
virtual sal_uInt16 GetValueCount() const;
- virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
- virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
+ virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
virtual int HasBoolValue() const;
virtual sal_Bool GetBoolValue() const;
@@ -87,3 +88,4 @@ public:
#endif // #ifndef _SVX_POSTITEM_HXX
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */