[Libreoffice-commits] .: sfx2/inc

Takeshi Abe tabe at kemper.freedesktop.org
Thu Sep 29 16:04:16 PDT 2011


 sfx2/inc/sfx2/minarray.hxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit c5580874d15b9b70b2b1e3ab646d829fdf5825c1
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Sep 30 07:33:25 2011 +0900

    removed unused macro

diff --git a/sfx2/inc/sfx2/minarray.hxx b/sfx2/inc/sfx2/minarray.hxx
index bcaa792..a419588 100644
--- a/sfx2/inc/sfx2/minarray.hxx
+++ b/sfx2/inc/sfx2/minarray.hxx
@@ -36,12 +36,6 @@
 #include <tools/solar.h>
 #include <tools/debug.hxx>
 
-#if defined (ALPHA) && defined (UNX)
-#define DEL_ARRAY( X )
-#else
-#define DEL_ARRAY( X ) X
-#endif
-
 #define DECL_OBJARRAY( ARR, T, nI, nG ) \
 class ARR\
 {\


More information about the Libreoffice-commits mailing list