diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-03 09:30:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:00 +0200 |
commit | 6bf3b6d420873e236b2805a42a95ce33e614ad98 (patch) | |
tree | fc582e0a8af0ae1979891bb9e2bb6d49696d34d7 /svtools/source/misc/imap.cxx | |
parent | 5133b27e638140ba574016b33dae70ca92edc323 (diff) |
loplugin:constantfunction: svtools
Change-Id: I42479fb10878a0a1c2071f7b35ae375061781d40
Diffstat (limited to 'svtools/source/misc/imap.cxx')
-rw-r--r-- | svtools/source/misc/imap.cxx | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/svtools/source/misc/imap.cxx b/svtools/source/misc/imap.cxx index 61db904d9a19..3df94ab93e7f 100644 --- a/svtools/source/misc/imap.cxx +++ b/svtools/source/misc/imap.cxx @@ -66,17 +66,6 @@ IMapObject::IMapObject( const OUString& rURL, const OUString& rAltText, const OU } -/****************************************************************************** -|* -|* release internal memory -|* -\******************************************************************************/ - -sal_uInt16 IMapObject::GetVersion() const -{ - return IMAP_OBJ_VERSION; -} - void IMapObject::Write( SvStream& rOStm, const OUString& rBaseURL ) const { const rtl_TextEncoding eEncoding = osl_getThreadTextEncoding(); @@ -755,18 +744,6 @@ bool ImageMap::operator!=( const ImageMap& rImageMap ) /****************************************************************************** |* -|* release internal memory -|* -\******************************************************************************/ - -sal_uInt16 ImageMap::GetVersion() const -{ - return IMAGE_MAP_VERSION; -} - - -/****************************************************************************** -|* |* insert new object |* \******************************************************************************/ |