diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-28 01:12:32 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-28 01:19:57 +0900 |
commit | d50f02bec4a70bd26a518e4e76f4a876454ab937 (patch) | |
tree | acd806362a7d6e4d014fa82e05cd1575a39c16b4 /svx/source/items/grfitem.cxx | |
parent | 2d9b6917808b76af76a85755b9f24ff4b49ee38b (diff) |
removed dead code
Change-Id: If67f8e981e034890e4fde2280f537fdfff6af0ff
Diffstat (limited to 'svx/source/items/grfitem.cxx')
-rw-r--r-- | svx/source/items/grfitem.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/svx/source/items/grfitem.cxx b/svx/source/items/grfitem.cxx index a27a2b9229c7..d44e653a3296 100644 --- a/svx/source/items/grfitem.cxx +++ b/svx/source/items/grfitem.cxx @@ -67,24 +67,6 @@ int SvxGrfCrop::operator==( const SfxPoolItem& rAttr ) const nBottom == ((const SvxGrfCrop&)rAttr).GetBottom(); } -/* -SfxPoolItem* SvxGrfCrop::Clone( SfxItemPool* ) const -{ - return new SvxGrfCrop( *this ); -} -*/ - -/* -sal_uInt16 SvxGrfCrop::GetVersion( sal_uInt16 nFFVer ) const -{ - DBG_ASSERT( SOFFICE_FILEFORMAT_31==nFFVer || - SOFFICE_FILEFORMAT_40==nFFVer || - SOFFICE_FILEFORMAT_NOW==nFFVer, - "SvxGrfCrop: exist a new fileformat?" ); - return GRFCROP_VERSION_SWDEFAULT; -} -*/ - SfxPoolItem* SvxGrfCrop::Create( SvStream& rStrm, sal_uInt16 nVersion ) const { sal_Int32 top, left, right, bottom; |