diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-10-09 14:16:03 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-10-09 14:16:03 +0000 |
commit | bf3cff1bb2366856beed1ebb9e3e1ec5c80dfef7 (patch) | |
tree | ea1d28dca94e0303d0277e023288d46c884e1c7f /vcl/aqua/source/gdi | |
parent | 9e965851211545462e8401dacc9346c1537d924f (diff) |
INTEGRATION: CWS aquavcl03 (1.9.4); FILE MERGED
2007/09/14 15:44:40 pl 1.9.4.1: header cleanup
Diffstat (limited to 'vcl/aqua/source/gdi')
-rwxr-xr-x | vcl/aqua/source/gdi/salpixmaputils.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/vcl/aqua/source/gdi/salpixmaputils.cxx b/vcl/aqua/source/gdi/salpixmaputils.cxx index 93cd13e14d04..bd0ad70fc19f 100755 --- a/vcl/aqua/source/gdi/salpixmaputils.cxx +++ b/vcl/aqua/source/gdi/salpixmaputils.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salpixmaputils.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2007-07-05 08:29:13 $ + * last change: $Author: kz $ $Date: 2007-10-09 15:16:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,9 +36,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" -#ifndef _SV_SALPIXMAPUTILS_HXX - #include <salpixmaputils.hxx> -#endif +#include "salpixmaputils.hxx" // ======================================================================= |