diff options
Diffstat (limited to 'include/svx/ofaitem.hxx')
-rw-r--r-- | include/svx/ofaitem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/ofaitem.hxx b/include/svx/ofaitem.hxx index 482f9fefadc0..9da08188480a 100644 --- a/include/svx/ofaitem.hxx +++ b/include/svx/ofaitem.hxx @@ -38,7 +38,6 @@ public: virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE; void* GetValue() const { return pPtr; } - void SetValue( void* pNewPtr ) { pPtr = pNewPtr; } }; // class OfaRefItem - for ref counting items |