summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/flstitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/flstitem.hxx')
-rwxr-xr-x[-rw-r--r--]editeng/inc/editeng/flstitem.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/editeng/inc/editeng/flstitem.hxx b/editeng/inc/editeng/flstitem.hxx
index 7a607f475828..bcf757cea592 100644..100755
--- a/editeng/inc/editeng/flstitem.hxx
+++ b/editeng/inc/editeng/flstitem.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.
@@ -39,10 +40,10 @@
class FontList;
/*
- [Beschreibung]
+ [Description]
- Dieses Item dient als Transport-Medium fuer eine FontListe.
- Die Fontliste wird nicht kopiert und nicht geloescht!
+ This item serves as a transport medium for a font list. The font list is
+ not copied and not deleted!
*/
class EDITENG_DLLPUBLIC SvxFontListItem : public SfxPoolItem
@@ -61,7 +62,7 @@ public:
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
@@ -77,3 +78,4 @@ public:
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */