summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpreader.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-16 12:28:53 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-16 12:28:53 +0000
commit23e12089c1cda79f0a639ef28f2d84de54eaa632 (patch)
treeedb6fcb3566222e38a6e18fb7c7bda4ae44e5fb9 /hwpfilter/source/hwpreader.hxx
parent00fbbb5c29e92c749776cde8b873a5b3435206e8 (diff)
INTEGRATION: CWS allocacleanup (1.3.6); FILE MERGED
2005/11/06 09:15:07 maho 1.3.6.1: use sal/alloca.h instead of alloca.h Issue number: #i53286#
Diffstat (limited to 'hwpfilter/source/hwpreader.hxx')
-rw-r--r--hwpfilter/source/hwpreader.hxx14
1 files changed, 3 insertions, 11 deletions
diff --git a/hwpfilter/source/hwpreader.hxx b/hwpfilter/source/hwpreader.hxx
index c54dc98c745f..c83f2f66458c 100644
--- a/hwpfilter/source/hwpreader.hxx
+++ b/hwpfilter/source/hwpreader.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hwpreader.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 16:42:29 $
+ * last change: $Author: obo $ $Date: 2006-01-16 13:28:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,15 +38,7 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
-#ifdef WIN32
-#include <malloc.h>
-#else
- #ifndef INCLUDED_SAL_ALLOCA_H
- #include <sal/alloca.h>
- #else
- #include <alloca.h>
- #endif
-#endif
+#include <sal/alloca.h>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XComponent.hpp>