diff options
Diffstat (limited to 'include/svx/sxekitm.hxx')
-rw-r--r-- | include/svx/sxekitm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sxekitm.hxx b/include/svx/sxekitm.hxx index adbe9dad26d4..699d325cc56c 100644 --- a/include/svx/sxekitm.hxx +++ b/include/svx/sxekitm.hxx @@ -42,7 +42,7 @@ public: virtual sal_uInt16 GetValueCount() const SAL_OVERRIDE; // { return 5; } SdrEdgeKind GetValue() const { return (SdrEdgeKind)SfxEnumItem::GetValue(); } 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 OUString GetValueTextByPos(sal_uInt16 nPos) const SAL_OVERRIDE; virtual bool GetPresentation(SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, OUString& rText, const IntlWrapper * = 0) const SAL_OVERRIDE; }; |