diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-16 12:10:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-16 12:10:10 +0000 |
commit | 8816fe9a3e55b9b31633835cc2563bb3d78ea4f5 (patch) | |
tree | 8a8e2e8b409677d4d06b104e98adada25a1a0023 /sax | |
parent | 0b5de4ff21fcb860a2b5ba4bfb3457e7fa8dbd4d (diff) |
INTEGRATION: CWS allocacleanup (1.13.10); FILE MERGED
2005/11/06 09:29:08 maho 1.13.10.1: Use sal/alloca.h instead of alloca.h
Issue number: #i53286#
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/expatwrap/sax_expat.cxx | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx index 6a25452aee8e..e0b4af3a54e0 100644 --- a/sax/source/expatwrap/sax_expat.cxx +++ b/sax/source/expatwrap/sax_expat.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sax_expat.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-08 12:04:52 $ + * last change: $Author: obo $ $Date: 2006-01-16 13:10:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,16 +33,9 @@ * ************************************************************************/ #include <stdlib.h> +#include <sal/alloca.h> #include <vector> -#ifdef WIN32 -#include <malloc.h> -#else -#if !(defined(MACOSX) || defined(NETBSD) || defined(FREEBSD)) -#include <alloca.h> -#endif -#endif - #include <osl/diagnose.h> #include <com/sun/star/lang/XServiceInfo.hpp> |