summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-08-15 14:22:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-08-15 21:04:48 +0200
commitbd0c2772f843dd9ae6c82d00665e303c20a48a73 (patch)
treef285cece010ba5d3485dddb9f9b5d27c7e628c76 /include/svl
parent2f6f717073084b17e9be80e32a87200bacd1b74c (diff)
SfxScriptOrganizerItem should not subclass SfxStringItem
it never actually uses the superclass value. It has been this way since initial import. Change-Id: I99708c3ad8f1f2727ef87af56c62165d55f348d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171904 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/poolitem.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index 83963b19f7d0..4c69c0c9053d 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -267,6 +267,7 @@ enum class SfxItemType : sal_uInt16 {
SfxRangeItemType,
SfxRectangleItemType,
SfxRegionItemType,
+ SfxScriptOrganizerItemType,
SfxSetItemType,
SfxStringItemType,
SfxStringListItemType,