diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-16 11:55:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-16 11:55:02 +0000 |
commit | bdfdce2067e25609eb79930aced74c1ed3ab79c7 (patch) | |
tree | fef90724a222d37317e6b001fdd72b5e0557146a | |
parent | 6972db4022a429c8f899424236d4b7c618249509 (diff) |
INTEGRATION: CWS allocacleanup (1.19.14); FILE MERGED
2005/11/06 09:23:43 maho 1.19.14.1: use sal/alloca.h instead of alloca.h
Issue number: #i53286#
-rw-r--r-- | psprint/source/printergfx/glyphset.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/psprint/source/printergfx/glyphset.cxx b/psprint/source/printergfx/glyphset.cxx index ed4d79b20b41..82db64ed0a35 100644 --- a/psprint/source/printergfx/glyphset.cxx +++ b/psprint/source/printergfx/glyphset.cxx @@ -4,9 +4,9 @@ * * $RCSfile: glyphset.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:46:05 $ + * last change: $Author: obo $ $Date: 2006-01-16 12:55:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,13 +48,11 @@ #ifndef _PSPRINT_FONTMANAGER_HXX_ #include <psprint/fontmanager.hxx> #endif -#if defined(SOLARIS) || defined(IRIX) -#include <alloca.h> -#endif #ifndef __SGI_STL_SET #include <set> #endif #include <map> +#include <sal/alloca.h> #ifndef _RTL_USTRING_HXX_ #include <rtl/ustring.hxx> |