diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-13 23:29:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-14 08:00:18 +0200 |
commit | d9c2523b0c83d0d8cf5874e33f45e018a77aebe4 (patch) | |
tree | 577fbaa721782aba48e79de7ec037d432c1bd583 /sfx2 | |
parent | d07f9e4d4ac6fb4d9074605b034e81cb7353f417 (diff) |
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 'sfx2')
-rw-r--r-- | sfx2/source/inc/sfxtypes.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/inc/sfxtypes.hxx b/sfx2/source/inc/sfxtypes.hxx index d731086ba5fd..6ee10ed0e41f 100644 --- a/sfx2/source/inc/sfxtypes.hxx +++ b/sfx2/source/inc/sfxtypes.hxx @@ -25,10 +25,6 @@ #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> -#ifndef DELETEZ -#define DELETEZ(pPtr) ( delete pPtr, pPtr = 0 ) -#endif - #if defined(DBG_UTIL) class SfxStack |