summaryrefslogtreecommitdiff
path: root/sw/inc/swatrset.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-05-07 20:19:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-05-07 21:27:21 +0200
commitea67083cf5b8bceeab7d521663c768b59dd49d1d (patch)
treec96e0aa734bf48fde53b8fb6b11a74f96c819ffc /sw/inc/swatrset.hxx
parent1ef26ffe39618a745d3367310565e7eeb184a4c2 (diff)
simplify SwAttrPool code
Change-Id: I1bf94fb65f75e80641df7485b228bd1c80870482 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115245 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/swatrset.hxx')
-rw-r--r--sw/inc/swatrset.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx
index 8208ad150e8c..02e82d5fa085 100644
--- a/sw/inc/swatrset.hxx
+++ b/sw/inc/swatrset.hxx
@@ -135,13 +135,6 @@ namespace vcl {
class SAL_DLLPUBLIC_RTTI SwAttrPool final : public SfxItemPool
{
private:
- // helpers to add/remove DrawingLayer ItemPool, used in constructor
- // and destructor; still isolated to evtl. allow other use later, but
- // used bz default now to have it instantly as needed for DrawingLayer
- // FillStyle support
- void createAndAddSecondaryPools();
- void removeAndDeleteSecondaryPools();
-
friend void InitCore(); // For creating/deleting of version maps.
friend void FinitCore();