summaryrefslogtreecommitdiffstats
path: root/include/editeng/fwdtitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/fwdtitem.hxx')
-rw-r--r--include/editeng/fwdtitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/fwdtitem.hxx b/include/editeng/fwdtitem.hxx
index 3d2d3bef2203..5d5d95781836 100644
--- a/include/editeng/fwdtitem.hxx
+++ b/include/editeng/fwdtitem.hxx
@@ -44,7 +44,7 @@ public:
// "pure virtual Methods" from SfxPoolItem
virtual bool operator==( const SfxPoolItem& ) 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 bool GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,