summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/cc50_solaris_intel
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-16 12:21:34 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-16 12:21:34 +0000
commit6a9f03b1e0b1473d6dafcda918118ca9c659eabe (patch)
tree3d6461a04e7687f22993e85ac484c6565e252d7a /bridges/source/cpp_uno/cc50_solaris_intel
parent1ee717b86918f13bfb0270f821731bd6fee18e69 (diff)
INTEGRATION: CWS allocacleanup (1.13.10); FILE MERGED
2005/11/06 08:52:17 maho 1.13.10.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number: #i53286#
Diffstat (limited to 'bridges/source/cpp_uno/cc50_solaris_intel')
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx b/bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx
index fb448f4b62d0..aac288a2af3c 100644
--- a/bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx
+++ b/bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: uno2cpp.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:17:55 $
+ * last change: $Author: obo $ $Date: 2006-01-16 13:21:34 $
*
* 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"