summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-16 12:23:31 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-16 12:23:31 +0000
commit86df18aa08e07016f0fa786b0af20fce7bcca12c (patch)
tree7aaefbcff0c3f3bbc5825f78a2a4245d9bf7cd3e /bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx
parenta98244cc4b31ef5b3390c04f3d27d756cb3b1900 (diff)
INTEGRATION: CWS allocacleanup (1.3.12); FILE MERGED
2005/11/06 08:52:21 maho 1.3.12.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number: #i53286#
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx')
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx
index c3db583a882b..5f7b2b51d9e5 100644
--- a/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_solaris_sparc/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:31:14 $
+ * last change: $Author: obo $ $Date: 2006-01-16 13:23:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,7 +40,7 @@
#include "bridges/cpp_uno/shared/types.hxx"
#include "bridges/cpp_uno/shared/vtablefactory.hxx"
#include "share.hxx"
-#include <alloca.h>
+#include <sal/alloca.h>
using namespace com::sun::star::uno;