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/svx/grfcrop.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/svx/grfcrop.hxx')
-rw-r--r-- | include/svx/grfcrop.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/grfcrop.hxx b/include/svx/grfcrop.hxx index b7e9f8dbd400..354ee8b16c44 100644 --- a/include/svx/grfcrop.hxx +++ b/include/svx/grfcrop.hxx @@ -43,8 +43,6 @@ public: SvxGrfCrop & operator =(SvxGrfCrop &&) = delete; // due to SfxPoolItem // "pure virtual methods" from SfxPoolItem - virtual bool isHashable() const override; - virtual size_t hashCode() const override; virtual bool operator==( const SfxPoolItem& ) const override; virtual bool GetPresentation( SfxItemPresentation ePres, MapUnit eCoreMetric, |