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 /solenv | |
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 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 1c63e0c67b5d..34bef2dcfe2d 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -5655,7 +5655,6 @@ include/svl/nfsymbol.hxx include/svl/numuno.hxx include/svl/ownlist.hxx include/svl/pickerhistoryaccess.hxx -include/svl/poolcach.hxx include/svl/poolitem.hxx include/svl/ptitem.hxx include/svl/rectitem.hxx @@ -7905,6 +7904,7 @@ sc/inc/pagepar.hxx sc/inc/paramisc.hxx sc/inc/patattr.hxx sc/inc/pivot.hxx +sc/inc/poolcach.hxx sc/inc/postit.hxx sc/inc/printopt.hxx sc/inc/prnsave.hxx @@ -8093,6 +8093,7 @@ sc/source/core/data/olinetab.cxx sc/source/core/data/pagepar.cxx sc/source/core/data/patattr.cxx sc/source/core/data/pivot2.cxx +sc/source/core/data/poolcach.cxx sc/source/core/data/poolhelp.cxx sc/source/core/data/postit.cxx sc/source/core/data/queryiter.cxx @@ -11062,7 +11063,6 @@ svl/source/items/itemset.cxx svl/source/items/lckbitem.cxx svl/source/items/legacyitem.cxx svl/source/items/macitem.cxx -svl/source/items/poolcach.cxx svl/source/items/ptitem.cxx svl/source/items/rectitem.cxx svl/source/items/rngitem.cxx |