diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-16 12:09:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-16 12:09:19 +0000 |
commit | 7c4f174affb72fbdeaaf1b561cff3ca12cf01040 (patch) | |
tree | afaff4832195a21e3605892e998805aea0b063a0 | |
parent | a9123d7168aeb72d01629b37ccc182da951ee4f7 (diff) |
INTEGRATION: CWS allocacleanup (1.17.96); FILE MERGED
2006/01/08 00:34:40 maho 1.17.96.1: alloca.h -> sal/alloca.h
-rw-r--r-- | vcl/unx/source/gdi/xlfd_attr.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/vcl/unx/source/gdi/xlfd_attr.cxx b/vcl/unx/source/gdi/xlfd_attr.cxx index 0341d1f82c6c..ba939f5afbc8 100644 --- a/vcl/unx/source/gdi/xlfd_attr.cxx +++ b/vcl/unx/source/gdi/xlfd_attr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xlfd_attr.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:09:06 $ + * last change: $Author: obo $ $Date: 2006-01-16 13:09:19 $ * * 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 <stdlib.h> #include <string.h> -#if !( defined(FREEBSD) || defined(NETBSD) || defined(MACOSX) ) -#include <alloca.h> -#endif +#include <sal/alloca.h> #ifndef XLFD_ATTRIBUTE_HXX #include "xlfd_attr.hxx" |