diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-20 15:35:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-21 06:18:40 +0000 |
commit | 5034914c7a9ad903f8f02cde11d94c7180b62dc9 (patch) | |
tree | f660d79fe919ab259da8ea81918159b64aba71df /include/svtools/imapobj.hxx | |
parent | f0ae4082ebe554146ac6fba9894cfe7d2978a4a0 (diff) |
loplugin:expandablemethodds in include/svtools
Change-Id: I679b7985861203496813782138d1cf965fbc427b
Reviewed-on: https://gerrit.libreoffice.org/30107
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/imapobj.hxx')
-rw-r--r-- | include/svtools/imapobj.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/imapobj.hxx b/include/svtools/imapobj.hxx index 54f81d467411..b6335631de88 100644 --- a/include/svtools/imapobj.hxx +++ b/include/svtools/imapobj.hxx @@ -87,8 +87,6 @@ public: bool bActive ); virtual ~IMapObject() {}; - static sal_uInt16 GetVersion() { return IMAP_OBJ_VERSION; } - virtual sal_uInt16 GetType() const = 0; virtual bool IsHit( const Point& rPoint ) const = 0; |