diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2023-11-30 17:58:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-12-01 07:16:16 +0100 |
commit | facd5e4ef617f1adc1322dc17ce1ca15b7807d4f (patch) | |
tree | e8fb1518cb0aea79321ec565eba1524b97d89bfe /include/svl/itemset.hxx | |
parent | 963de9feb37105560fde14b44d992e47f341bb5b (diff) |
move the SfxItemPoolCache to sc/
and rename it to ScItemPoolCache,
since its only use is to handle ScPatternAttr objects
Change-Id: I68a2dd5f47fcf902f9df552e1a1767d5061d85d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160162
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r-- | include/svl/itemset.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx index 60f028aeac39..599afc7ab5bd 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -101,7 +101,6 @@ protected: return m_ppItems[idx]; } -friend class SfxItemPoolCache; friend class SfxAllItemSet; private: |