diff options
Diffstat (limited to 'include/svl/lckbitem.hxx')
-rw-r--r-- | include/svl/lckbitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/lckbitem.hxx b/include/svl/lckbitem.hxx index cbdd88beab07..60f3ac2a3f37 100644 --- a/include/svl/lckbitem.hxx +++ b/include/svl/lckbitem.hxx @@ -43,7 +43,7 @@ public: SvLockBytes* GetValue() const { return _xVal; } virtual bool PutValue ( const com::sun::star::uno::Any& rVal, - sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE; + sal_uInt8 nMemberId ) SAL_OVERRIDE; virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE; }; |