INTEGRATION: CWS allocacleanup (1.11.10); FILE MERGED
2005/11/06 08:52:17 maho 1.11.10.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number: #i53286#
This commit is contained in:
parent
fae5892484
commit
1ee717b869
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: cpp2uno.cxx,v $
|
||||
*
|
||||
* $Revision: 1.11 $
|
||||
* $Revision: 1.12 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-07 22:16:58 $
|
||||
* last change: $Author: obo $ $Date: 2006-01-16 13:21:17 $
|
||||
*
|
||||
* 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>
|
||||
|
|
Loading…
Reference in a new issue