summaryrefslogtreecommitdiff
path: root/include/svx/algitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/algitem.hxx')
-rw-r--r--include/svx/algitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/algitem.hxx b/include/svx/algitem.hxx
index 054c28a023e2..7b6cad5dfcc8 100644
--- a/include/svx/algitem.hxx
+++ b/include/svx/algitem.hxx
@@ -46,7 +46,7 @@ public:
OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE;
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
- virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
+ virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) SAL_OVERRIDE;
virtual sal_uInt16 GetValueCount() const SAL_OVERRIDE;
static OUString GetValueText( sal_uInt16 nVal );
@@ -92,7 +92,7 @@ public:
virtual SvStream& Store( SvStream&, sal_uInt16 nItemVersion ) const SAL_OVERRIDE;
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
- virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
+ virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) SAL_OVERRIDE;
sal_Int16 GetLeftMargin() const {return nLeftMargin; }
void SetLeftMargin(sal_Int16 nLeft);