summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/charreliefitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/charreliefitem.hxx')
-rw-r--r--editeng/inc/editeng/charreliefitem.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/editeng/inc/editeng/charreliefitem.hxx b/editeng/inc/editeng/charreliefitem.hxx
index edacdf5d2e61..93813e89f3cc 100644
--- a/editeng/inc/editeng/charreliefitem.hxx
+++ b/editeng/inc/editeng/charreliefitem.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,7 +40,6 @@
This item defines a character relief and has currently the values
emboss, relief.
-
*/
class EDITENG_DLLPUBLIC SvxCharReliefItem : public SfxEnumItem
@@ -64,10 +64,8 @@ public:
String &rText,
const IntlWrapper * = 0 ) const;
- virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId );
- virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId ) const;
+ 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 );
inline SvxCharReliefItem& operator=( const SvxCharReliefItem& rItem )
{
@@ -78,3 +76,4 @@ public:
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */