diff options
author | Alexander Bergmann <myaddons@gmx.de> | 2012-02-15 13:15:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-15 13:15:50 +0000 |
commit | 3626c2cef7c39bda96e2d3bc0d5a53ba1044aadc (patch) | |
tree | 2853ce190654f0826ccd609762bb656cd16877dd /svtools/source/misc/imap.cxx | |
parent | a62395237ed78f982ae74efe5ed8ad7834a2f95b (diff) |
unusedcode.easy: Removed unused code
Diffstat (limited to 'svtools/source/misc/imap.cxx')
-rw-r--r-- | svtools/source/misc/imap.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/svtools/source/misc/imap.cxx b/svtools/source/misc/imap.cxx index d4199e2539e4..dd15a4b61f47 100644 --- a/svtools/source/misc/imap.cxx +++ b/svtools/source/misc/imap.cxx @@ -989,24 +989,6 @@ IMapObject* ImageMap::GetHitIMapObject( const Size& rTotalSize, |* \******************************************************************************/ -Rectangle ImageMap::GetBoundRect() const -{ - Rectangle aBoundRect; - size_t nCount = maList.size(); - - for ( size_t i = 0; i < nCount; i++ ) - aBoundRect.Union( maList[ i ]->GetBoundRect() ); - - return aBoundRect; -} - - -/****************************************************************************** -|* -|* -|* -\******************************************************************************/ - void ImageMap::Scale( const Fraction& rFracX, const Fraction& rFracY ) { size_t nCount = maList.size(); |