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 /cui | |
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 'cui')
-rw-r--r-- | cui/inc/pch/precompiled_cui.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx index 3655744b08fa..2ff025d34f49 100644 --- a/cui/inc/pch/precompiled_cui.hxx +++ b/cui/inc/pch/precompiled_cui.hxx @@ -345,7 +345,6 @@ #include <sot/sotdllapi.h> #include <svl/SfxBroadcaster.hxx> #include <svl/cjkoptions.hxx> -#include <svl/custritm.hxx> #include <svl/eitem.hxx> #include <svl/hint.hxx> #include <svl/intitem.hxx> |