diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-08-15 10:24:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-08-15 16:07:05 +0200 |
commit | fb282d552f5a8ecd89c6fd845a6db116d8362114 (patch) | |
tree | 734d0745b3fe16cb0995cdcbbad490a03cd5c3c6 /compilerplugins | |
parent | 6ab0c616d72f224c5de87b8afd2b228c223bb056 (diff) |
merge CntUnencodedStringItem into SfxStringItem
which simplifies the hierarhcy.
We never allocate such a thing, we always allocate subclasses, and it
has no real meaning by itself.
Change-Id: Ie6b716c9ea6ca0efe0ae4f39ac345608c45534f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171890
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/unusedenumconstants.writeonly.results | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.writeonly.results b/compilerplugins/clang/unusedenumconstants.writeonly.results index 5b7f62f259a9..f950b0ba18aa 100644 --- a/compilerplugins/clang/unusedenumconstants.writeonly.results +++ b/compilerplugins/clang/unusedenumconstants.writeonly.results @@ -2508,8 +2508,6 @@ include/svl/poolitem.hxx:113 enum SfxItemType CntUInt16ItemType include/svl/poolitem.hxx:114 enum SfxItemType CntUInt32ItemType -include/svl/poolitem.hxx:115 - enum SfxItemType CntUnencodedStringItemType include/svl/poolitem.hxx:116 enum SfxItemType DatabaseMapItemType include/svl/poolitem.hxx:117 |