summaryrefslogtreecommitdiffstats
path: root/include/svx/xcolit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xcolit.hxx')
-rw-r--r--include/svx/xcolit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xcolit.hxx b/include/svx/xcolit.hxx
index 561c56c5922c..6ea95055e0fc 100644
--- a/include/svx/xcolit.hxx
+++ b/include/svx/xcolit.hxx
@@ -40,7 +40,7 @@ public:
XColorItem(sal_uInt16 nWhich, sal_Int32 nIndex, const Color& rTheColor);
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;
XColorItem(sal_uInt16 nWhich, const Color& rTheColor);
XColorItem(sal_uInt16 nWhich, const OUString& rName, const Color& rTheColor);