diff options
Diffstat (limited to 'include/svx/xftadit.hxx')
-rw-r--r-- | include/svx/xftadit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xftadit.hxx b/include/svx/xftadit.hxx index 8afdb88483fe..794c612b271f 100644 --- a/include/svx/xftadit.hxx +++ b/include/svx/xftadit.hxx @@ -41,7 +41,7 @@ public: XFormTextAdjust GetValue() const { return (XFormTextAdjust) SfxEnumItem::GetValue(); } // #FontWork# 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; }; #endif |