diff options
author | Philipp Lohmann <pl@openoffice.org> | 2001-08-27 08:42:36 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2001-08-27 08:42:36 +0000 |
commit | cc2f1d74cd3d5389e790dcf7862abd6be98ab7fd (patch) | |
tree | 1bcde1c074a51f99ae82f6564806f1b7d6131ec4 /vcl/unx/inc/prex.h | |
parent | 7ff2550e83d7e48b1f70b44f9fc7e63416430eef (diff) |
#90132# removed USE_PSPRINT and USE_XRENDER defines (now default)
Diffstat (limited to 'vcl/unx/inc/prex.h')
-rw-r--r-- | vcl/unx/inc/prex.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/vcl/unx/inc/prex.h b/vcl/unx/inc/prex.h index 406011b32c14..5f362b00e0b2 100644 --- a/vcl/unx/inc/prex.h +++ b/vcl/unx/inc/prex.h @@ -2,9 +2,9 @@ * * $RCSfile: prex.h,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obr $ $Date: 2001-02-01 16:04:03 $ + * last change: $Author: pl $ $Date: 2001-08-27 09:42:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ // // // (C) 1997 Star Division GmbH, Hamburg, Germany // // // -// $Revision: 1.6 $ $Author: obr $ $Date: 2001-02-01 16:04:03 $ // +// $Revision: 1.7 $ $Author: pl $ $Date: 2001-08-27 09:42:34 $ // // // // $Workfile: prex.h $ // // $Modtime: 08 Aug 1997 10:13:54 $ // @@ -134,10 +134,7 @@ extern "C" { #define __Ol_OlXlibExt_h__ -#if !defined(_USE_PRINT_EXTENSION_) && ! defined USE_PSPRINT - #include <salpdecl.h> - #include <salpmacr.h> -#elif ! defined USE_PSPRINT +#if defined(_USE_PRINT_EXTENSION_) #include <X11/X.h> #include <X11/Xlib.h> #include <X11/Xutil.h> |