summaryrefslogtreecommitdiffstats
path: root/svl
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-05-13 23:29:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-14 08:00:18 +0200
commitd9c2523b0c83d0d8cf5874e33f45e018a77aebe4 (patch)
tree577fbaa721782aba48e79de7ec037d432c1bd583 /svl
parentFix typo (diff)
downloadcore-d9c2523b0c83d0d8cf5874e33f45e018a77aebe4.tar.gz
core-d9c2523b0c83d0d8cf5874e33f45e018a77aebe4.zip
Drop module-specific defines of DELETEZ
The one in tools/solar.h is the only one needed. Change-Id: I7a4e041694fb61329d16f300be4f986eb8d4ec48 Reviewed-on: https://gerrit.libreoffice.org/54202 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/inc/poolio.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svl/source/inc/poolio.hxx b/svl/source/inc/poolio.hxx
index 359b88c863dd..59513517daba 100644
--- a/svl/source/inc/poolio.hxx
+++ b/svl/source/inc/poolio.hxx
@@ -30,10 +30,6 @@
class SfxPoolItem;
class SfxItemPoolUser;
-#ifndef DELETEZ
-#define DELETEZ(pPtr) { delete pPtr; pPtr = 0; }
-#endif
-
static const sal_uInt32 SFX_ITEMS_DEFAULT = 0xfffffffe;
/**