summaryrefslogtreecommitdiffstats
path: root/include/svl
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/cenumitm.hxx2
-rw-r--r--include/svl/cintitem.hxx8
-rw-r--r--include/svl/cntwall.hxx2
-rw-r--r--include/svl/ctypeitm.hxx2
-rw-r--r--include/svl/custritm.hxx3
-rw-r--r--include/svl/eitem.hxx2
-rw-r--r--include/svl/globalnameitem.hxx2
-rw-r--r--include/svl/grabbagitem.hxx2
-rw-r--r--include/svl/ilstitem.hxx2
-rw-r--r--include/svl/imageitm.hxx2
-rw-r--r--include/svl/int64item.hxx2
-rw-r--r--include/svl/intitem.hxx2
-rw-r--r--include/svl/lckbitem.hxx2
-rw-r--r--include/svl/poolitem.hxx2
-rw-r--r--include/svl/ptitem.hxx2
-rw-r--r--include/svl/rectitem.hxx2
-rw-r--r--include/svl/slstitm.hxx2
-rw-r--r--include/svl/srchitem.hxx2
-rw-r--r--include/svl/szitem.hxx2
-rw-r--r--include/svl/visitem.hxx2
20 files changed, 23 insertions, 24 deletions
diff --git a/include/svl/cenumitm.hxx b/include/svl/cenumitm.hxx
index e10ae97e2863..6dc89a4c4648 100644
--- a/include/svl/cenumitm.hxx
+++ b/include/svl/cenumitm.hxx
@@ -44,7 +44,7 @@ public:
virtual bool QueryValue(com::sun::star::uno::Any & rVal, sal_uInt8 = 0) const SAL_OVERRIDE;
- virtual bool PutValue(const com::sun::star::uno::Any & rVal, sal_uInt8 = 0) SAL_OVERRIDE;
+ virtual bool PutValue(const com::sun::star::uno::Any & rVal, sal_uInt8 ) SAL_OVERRIDE;
virtual sal_uInt16 GetValueCount() const = 0;
diff --git a/include/svl/cintitem.hxx b/include/svl/cintitem.hxx
index 022b3c236bae..ece6bc229b12 100644
--- a/include/svl/cintitem.hxx
+++ b/include/svl/cintitem.hxx
@@ -52,7 +52,7 @@ public:
sal_uInt8 nMemberId = 0) const SAL_OVERRIDE;
virtual bool PutValue(const com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId = 0) SAL_OVERRIDE;
+ sal_uInt8 nMemberId) SAL_OVERRIDE;
virtual SfxPoolItem * Create(SvStream & rStream, sal_uInt16) const SAL_OVERRIDE;
@@ -102,7 +102,7 @@ public:
sal_uInt8 nMemberId = 0) const SAL_OVERRIDE;
virtual bool PutValue(const com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId = 0) SAL_OVERRIDE;
+ sal_uInt8 nMemberId) SAL_OVERRIDE;
virtual SfxPoolItem * Create(SvStream & rStream, sal_uInt16) const SAL_OVERRIDE;
@@ -152,7 +152,7 @@ public:
sal_uInt8 nMemberId = 0) const SAL_OVERRIDE;
virtual bool PutValue(const com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId = 0) SAL_OVERRIDE;
+ sal_uInt8 nMemberId) SAL_OVERRIDE;
virtual SfxPoolItem * Create(SvStream & rStream, sal_uInt16) const SAL_OVERRIDE;
@@ -202,7 +202,7 @@ public:
sal_uInt8 nMemberId = 0) const SAL_OVERRIDE;
virtual bool PutValue(const com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId = 0) SAL_OVERRIDE;
+ sal_uInt8 nMemberId) SAL_OVERRIDE;
virtual SfxPoolItem * Create(SvStream & rStream, sal_uInt16) const SAL_OVERRIDE;
diff --git a/include/svl/cntwall.hxx b/include/svl/cntwall.hxx
index 224168bdbcf1..35462c3280c5 100644
--- a/include/svl/cntwall.hxx
+++ b/include/svl/cntwall.hxx
@@ -52,7 +52,7 @@ public:
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;
+ sal_uInt8 nMemberId ) SAL_OVERRIDE;
void SetBitmapURL( const OUString& rURL ) { _aURL = rURL; }
void SetColor( Color nColor ) { _nColor = nColor; }
diff --git a/include/svl/ctypeitm.hxx b/include/svl/ctypeitm.hxx
index 83ca3e404de2..302509ee3953 100644
--- a/include/svl/ctypeitm.hxx
+++ b/include/svl/ctypeitm.hxx
@@ -58,7 +58,7 @@ public:
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;
+ sal_uInt8 nMemberId ) SAL_OVERRIDE;
INetContentType GetEnumValue() const;
diff --git a/include/svl/custritm.hxx b/include/svl/custritm.hxx
index ab2b23ea13b2..8c25c8bdb11f 100644
--- a/include/svl/custritm.hxx
+++ b/include/svl/custritm.hxx
@@ -55,8 +55,7 @@ public:
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 SfxPoolItem * Clone(SfxItemPool * = 0) const SAL_OVERRIDE;
diff --git a/include/svl/eitem.hxx b/include/svl/eitem.hxx
index add2a5f87ce3..8cfd82878117 100644
--- a/include/svl/eitem.hxx
+++ b/include/svl/eitem.hxx
@@ -97,7 +97,7 @@ public:
virtual bool QueryValue(com::sun::star::uno::Any& rVal, sal_uInt8 = 0)
const SAL_OVERRIDE;
- virtual bool PutValue(const com::sun::star::uno::Any& rVal, sal_uInt8 = 0)
+ virtual bool PutValue(const com::sun::star::uno::Any& rVal, sal_uInt8)
SAL_OVERRIDE;
diff --git a/include/svl/globalnameitem.hxx b/include/svl/globalnameitem.hxx
index 8ff2b10ff242..fc69cc651640 100644
--- a/include/svl/globalnameitem.hxx
+++ b/include/svl/globalnameitem.hxx
@@ -39,7 +39,7 @@ public:
SvGlobalName GetValue() const { return m_aName; }
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;
};
diff --git a/include/svl/grabbagitem.hxx b/include/svl/grabbagitem.hxx
index 7a1191610949..8acdd547ac54 100644
--- a/include/svl/grabbagitem.hxx
+++ b/include/svl/grabbagitem.hxx
@@ -43,7 +43,7 @@ public:
virtual bool operator==(const SfxPoolItem&) const SAL_OVERRIDE;
virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
- virtual bool PutValue(const css::uno::Any& rVal, sal_uInt8 nMemberId = 0) SAL_OVERRIDE;
+ virtual bool PutValue(const css::uno::Any& rVal, sal_uInt8 nMemberId) SAL_OVERRIDE;
virtual bool QueryValue(css::uno::Any& rVal, sal_uInt8 nMemberId = 0) const SAL_OVERRIDE;
};
#endif
diff --git a/include/svl/ilstitem.hxx b/include/svl/ilstitem.hxx
index 0842a13119ae..67b4a3cb4215 100644
--- a/include/svl/ilstitem.hxx
+++ b/include/svl/ilstitem.hxx
@@ -47,7 +47,7 @@ public:
virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 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 QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
};
diff --git a/include/svl/imageitm.hxx b/include/svl/imageitm.hxx
index 3e9f916b0b89..9be3c456011f 100644
--- a/include/svl/imageitm.hxx
+++ b/include/svl/imageitm.hxx
@@ -36,7 +36,7 @@ public:
virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const SAL_OVERRIDE;
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;
void SetRotation( long nValue );
long GetRotation() const;
diff --git a/include/svl/int64item.hxx b/include/svl/int64item.hxx
index 662b8e8f7768..d962ae399091 100644
--- a/include/svl/int64item.hxx
+++ b/include/svl/int64item.hxx
@@ -34,7 +34,7 @@ public:
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;
+ const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) SAL_OVERRIDE;
virtual SfxPoolItem* Create( SvStream& rStream, sal_uInt16 nItemVersion ) const SAL_OVERRIDE;
diff --git a/include/svl/intitem.hxx b/include/svl/intitem.hxx
index 546084b7fbbc..3021f0ef9f64 100644
--- a/include/svl/intitem.hxx
+++ b/include/svl/intitem.hxx
@@ -69,7 +69,7 @@ public:
sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
virtual bool PutValue( const com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
+ sal_uInt8 nMemberId ) SAL_OVERRIDE;
virtual SfxPoolItem * Create(SvStream & rStream, sal_uInt16) const SAL_OVERRIDE;
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;
};
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index 57e9749c93d4..6ef022d81e0f 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -182,7 +182,7 @@ public:
virtual bool HasMetrics() const;
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
- virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
+ virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId );
virtual SfxPoolItem* Create( SvStream &, sal_uInt16 nItemVersion ) const;
virtual SvStream& Store( SvStream &, sal_uInt16 nItemVersion ) const;
diff --git a/include/svl/ptitem.hxx b/include/svl/ptitem.hxx
index 6ec1716b3e92..558f475e01a9 100644
--- a/include/svl/ptitem.hxx
+++ b/include/svl/ptitem.hxx
@@ -57,7 +57,7 @@ public:
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;
+ sal_uInt8 nMemberId ) SAL_OVERRIDE;
};
#endif
diff --git a/include/svl/rectitem.hxx b/include/svl/rectitem.hxx
index 61fcdc833b3b..83ad815e27fe 100644
--- a/include/svl/rectitem.hxx
+++ b/include/svl/rectitem.hxx
@@ -52,7 +52,7 @@ public:
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;
+ sal_uInt8 nMemberId ) SAL_OVERRIDE;
};
#endif
diff --git a/include/svl/slstitm.hxx b/include/svl/slstitm.hxx
index c1e724992415..b4b493424f11 100644
--- a/include/svl/slstitm.hxx
+++ b/include/svl/slstitm.hxx
@@ -64,7 +64,7 @@ public:
virtual SvStream& Store( SvStream &, sal_uInt16 nItemVersion ) const SAL_OVERRIDE;
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;
};
diff --git a/include/svl/srchitem.hxx b/include/svl/srchitem.hxx
index 9f2ab1a058da..0d12e2300419 100644
--- a/include/svl/srchitem.hxx
+++ b/include/svl/srchitem.hxx
@@ -98,7 +98,7 @@ public:
virtual ~SvxSearchItem();
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 operator == ( const SfxPoolItem& ) const SAL_OVERRIDE;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
virtual bool GetPresentation( SfxItemPresentation ePres,
diff --git a/include/svl/szitem.hxx b/include/svl/szitem.hxx
index b7aeff9574c5..d6aa91c072b7 100644
--- a/include/svl/szitem.hxx
+++ b/include/svl/szitem.hxx
@@ -47,7 +47,7 @@ public:
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;
+ sal_uInt8 nMemberId ) SAL_OVERRIDE;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nItemVersion) const SAL_OVERRIDE;
diff --git a/include/svl/visitem.hxx b/include/svl/visitem.hxx
index cceef2925629..cc7c7888a39a 100644
--- a/include/svl/visitem.hxx
+++ b/include/svl/visitem.hxx
@@ -57,7 +57,7 @@ public:
sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
virtual bool PutValue( const com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
+ sal_uInt8 nMemberId ) SAL_OVERRIDE;
virtual SfxPoolItem * Create(SvStream & rStream, sal_uInt16) const SAL_OVERRIDE;