diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-09 14:37:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-09 21:15:07 +0200 |
commit | fddda044b5983497f7423f8a32376301480d58fe (patch) | |
tree | dbfd5242f53edbc33ef9fec683567251c220c025 /include/svl/int64item.hxx | |
parent | ec77620279c27da7e3901e69fccf42a882224065 (diff) |
Revert "fix and simplify the ItemInstanceManager mechanism"
This reverts commit 85fd526fc681a994415bb422090d1d23aa7d54f6.
Change-Id: I5019f72f88497f50a77666d57f2d16c2749bd1c9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170218
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/int64item.hxx')
-rw-r--r-- | include/svl/int64item.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/int64item.hxx b/include/svl/int64item.hxx index 0dd33e0a735c..70a502c645a8 100644 --- a/include/svl/int64item.hxx +++ b/include/svl/int64item.hxx @@ -27,8 +27,6 @@ public: SfxInt64Item & operator =(SfxInt64Item const &) = delete; // due to SfxPoolItem; SfxInt64Item & operator =(SfxInt64Item &&) = delete; // due to SfxPoolItem - virtual bool isHashable() const override { return true; } - virtual size_t hashCode() const override { return mnValue; } virtual bool operator== ( const SfxPoolItem& rItem ) const override; virtual bool GetPresentation( |