diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-16 12:07:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-16 12:07:13 +0000 |
commit | 9118a6b3763fe482dcdb56fac06c598923cbfc2c (patch) | |
tree | 86e952984bbe8e21b52a871ed5b4fbbf7a1a6140 | |
parent | 0b260d127876e3df0dac81a4c14f627acc4ef410 (diff) |
INTEGRATION: CWS allocacleanup (1.26.6); FILE MERGED
2006/01/08 00:34:36 maho 1.26.6.1: alloca.h -> sal/alloca.h
-rw-r--r-- | vcl/unx/source/app/i18n_cb.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/vcl/unx/source/app/i18n_cb.cxx b/vcl/unx/source/app/i18n_cb.cxx index 0df2084c0a8a..be4938816553 100644 --- a/vcl/unx/source/app/i18n_cb.cxx +++ b/vcl/unx/source/app/i18n_cb.cxx @@ -4,9 +4,9 @@ * * $RCSfile: i18n_cb.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: kz $ $Date: 2005-11-01 10:37:34 $ + * last change: $Author: obo $ $Date: 2006-01-16 13:07:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,9 +35,7 @@ #include <stdio.h> #include <string.h> -#if defined(SOLARIS) || defined(IRIX) -#include <alloca.h> -#endif +#include <sal/alloca.h> #include <prex.h> #include <X11/Xlocale.h> #include <X11/Xlib.h> |