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#
This commit is contained in:
Oliver Bolte
2006-01-16 12:23:31 +00:00
parent a98244cc4b
commit 86df18aa08

View File

@@ -4,9 +4,9 @@
* *
* $RCSfile: cpp2uno.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * 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/types.hxx"
#include "bridges/cpp_uno/shared/vtablefactory.hxx" #include "bridges/cpp_uno/shared/vtablefactory.hxx"
#include "share.hxx" #include "share.hxx"
#include <alloca.h> #include <sal/alloca.h>
using namespace com::sun::star::uno; using namespace com::sun::star::uno;