summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-16 12:22:22 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-16 12:22:22 +0000
commit7b0d9c5115a27460892f025d3925ec357946bcc8 (patch)
treec990254ded9045a31f79f074ed5c85d17c75dbae /bridges
parentad7947c485cc48e20e6aa0cf7adec99257ef1b98 (diff)
INTEGRATION: CWS allocacleanup (1.3.12); FILE MERGED
2005/11/06 08:52:20 maho 1.3.12.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number: #i53286#
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx
index e9068b93e53d..1654f956d442 100644
--- a/bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_solaris_intel/cpp2uno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cpp2uno.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:30:05 $
+ * last change: $Author: obo $ $Date: 2006-01-16 13:22:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,7 +33,7 @@
*
************************************************************************/
-#include <alloca.h>
+#include <sal/alloca.h>
#include <com/sun/star/uno/genfunc.hxx>
#include "com/sun/star/uno/RuntimeException.hpp"