diff options
Diffstat (limited to 'include/editeng/pmdlitem.hxx')
-rw-r--r-- | include/editeng/pmdlitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/pmdlitem.hxx b/include/editeng/pmdlitem.hxx index ae0964550447..b91a13ffef53 100644 --- a/include/editeng/pmdlitem.hxx +++ b/include/editeng/pmdlitem.hxx @@ -50,7 +50,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; }; inline SvxPageModelItem::SvxPageModelItem( sal_uInt16 nWh ) |