summaryrefslogtreecommitdiff
path: root/svtools/source/misc/imap.cxx
diff options
context:
space:
mode:
authorAlexander Bergmann <myaddons@gmx.de>2012-02-15 13:15:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-15 13:15:50 +0000
commit3626c2cef7c39bda96e2d3bc0d5a53ba1044aadc (patch)
tree2853ce190654f0826ccd609762bb656cd16877dd /svtools/source/misc/imap.cxx
parenta62395237ed78f982ae74efe5ed8ad7834a2f95b (diff)
unusedcode.easy: Removed unused code
Diffstat (limited to 'svtools/source/misc/imap.cxx')
-rw-r--r--svtools/source/misc/imap.cxx18
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();