summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdattr.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-07-09 14:37:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-07-09 21:15:07 +0200
commitfddda044b5983497f7423f8a32376301480d58fe (patch)
treedbfd5242f53edbc33ef9fec683567251c220c025 /svx/source/svdraw/svdattr.cxx
parentec77620279c27da7e3901e69fccf42a882224065 (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 'svx/source/svdraw/svdattr.cxx')
-rw-r--r--svx/source/svdraw/svdattr.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdattr.cxx b/svx/source/svdraw/svdattr.cxx
index 93fbfe261fcf..cb6c197dfcd4 100644
--- a/svx/source/svdraw/svdattr.cxx
+++ b/svx/source/svdraw/svdattr.cxx
@@ -2171,10 +2171,4 @@ SdrLayerNameItem* SdrLayerNameItem::Clone(SfxItemPool* /*pPool*/) const
return new SdrLayerNameItem(*this);
}
-// hashCode is defined in CntUnencodedStringItem
-bool SdrLayerNameItem::isHashable() const
-{
- return true;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */