summaryrefslogtreecommitdiff
path: root/include/svl/szitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/szitem.hxx')
-rw-r--r--include/svl/szitem.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svl/szitem.hxx b/include/svl/szitem.hxx
index e807a553baf8..b7aeff9574c5 100644
--- a/include/svl/szitem.hxx
+++ b/include/svl/szitem.hxx
@@ -52,11 +52,6 @@ public:
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nItemVersion) const SAL_OVERRIDE;
virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const SAL_OVERRIDE;
-
- const Size& GetValue() const { return aVal; }
- void SetValue( const Size& rNewVal ) {
- DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" );
- aVal = rNewVal; }
};
#endif