diff options
Diffstat (limited to 'include/editeng/justifyitem.hxx')
-rw-r--r-- | include/editeng/justifyitem.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/justifyitem.hxx b/include/editeng/justifyitem.hxx index 3ebd449372ac..d2edbdc04ecc 100644 --- a/include/editeng/justifyitem.hxx +++ b/include/editeng/justifyitem.hxx @@ -42,7 +42,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 ); @@ -75,7 +75,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 ); @@ -104,7 +104,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 ); |