diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:44:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:44:12 +0000 |
commit | 08824523a0ad05d8d83e8c15e303fdd39a7a6fe5 (patch) | |
tree | 4de5ada5b67364e997efa5f3f3c19be69325e872 /vcl | |
parent | 256ce4f39bf252cb535045f0eb4f5b6f2700aed8 (diff) |
INTEGRATION: CWS vgbugs07 (1.2.606); FILE MERGED
2007/06/19 10:16:42 vg 1.2.606.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/inc/xsalprn.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/unx/inc/xsalprn.h b/vcl/unx/inc/xsalprn.h index b3467d4dd672..5e32eefb13f2 100644 --- a/vcl/unx/inc/xsalprn.h +++ b/vcl/unx/inc/xsalprn.h @@ -4,9 +4,9 @@ * * $RCSfile: xsalprn.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:50:40 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:44:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,11 +58,11 @@ typedef int (*XSalPrinterCallback)( XSalPointer cb_data, XSalPointer client_data #ifndef _SV_SV_H #define _SV_SV_H #define USHORT unsigned short -#include <prntypes.hxx> +#include <vcl/prntypes.hxx> #undef USHORT #undef _SV_SV_H #else -#include <prntypes.hxx> +#include <vcl/prntypes.hxx> #endif typedef enum Orientation Orientation; |