summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/cc50_solaris_sparc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-16 12:21:49 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-16 12:21:49 +0000
commitf8fb1cbeada1509cdb11b8892a0a7e82122027e4 (patch)
tree211dd566c0d5e9fa21387808f4b3304094782310 /bridges/source/cpp_uno/cc50_solaris_sparc
parent6a9f03b1e0b1473d6dafcda918118ca9c659eabe (diff)
INTEGRATION: CWS allocacleanup (1.18.10); FILE MERGED
2005/11/06 08:52:19 maho 1.18.10.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number: #i53286#
Diffstat (limited to 'bridges/source/cpp_uno/cc50_solaris_sparc')
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx b/bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx
index 6d0cd325d5eb..a50daa5796e3 100644
--- a/bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cpp2uno.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:18:23 $
+ * last change: $Author: obo $ $Date: 2006-01-16 13:21:49 $
*
* 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 <uno/data.h>