diff options
Diffstat (limited to 'include/svtools/imap.hxx')
-rw-r--r-- | include/svtools/imap.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/imap.hxx b/include/svtools/imap.hxx index 0538c671099c..de17d956ca77 100644 --- a/include/svtools/imap.hxx +++ b/include/svtools/imap.hxx @@ -103,9 +103,6 @@ public: // deletes all internal objects void ClearImageMap(); - // returns the current version number - static sal_uInt16 GetVersion() { return IMAGE_MAP_VERSION; } - const OUString& GetName() const { return aName; } void SetName( const OUString& rName ) { aName = rName; } |