diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:46:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:46:44 +0000 |
commit | 3c471539c81e63426fb26fc1f5b3612b41f3b4c7 (patch) | |
tree | 52fcb5211a53fc4e357d259ffa36b9f357d5f718 /vcl | |
parent | ce81024e5101a7a48bb616c9e26c169aa327a6cf (diff) |
INTEGRATION: CWS vgbugs07 (1.88.38); FILE MERGED
2007/06/04 13:29:58 vg 1.88.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/app/saldisp.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/unx/source/app/saldisp.cxx b/vcl/unx/source/app/saldisp.cxx index fdcd70865b48..7b8594343e0b 100644 --- a/vcl/unx/source/app/saldisp.cxx +++ b/vcl/unx/source/app/saldisp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: saldisp.cxx,v $ * - * $Revision: 1.88 $ + * $Revision: 1.89 $ * - * last change: $Author: rt $ $Date: 2007-04-26 10:41:42 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:46:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -112,7 +112,7 @@ Status XineramaGetInfo(Display*, int, XRectangle*, unsigned char*, int*); #include <saldata.hxx> #endif #ifndef _SV_SALINST_HXX -#include <salinst.hxx> +#include <vcl/salinst.hxx> #endif #ifndef _SV_SALGDI_H #include <salgdi.h> @@ -121,10 +121,10 @@ Status XineramaGetInfo(Display*, int, XRectangle*, unsigned char*, int*); #include <salframe.h> #endif #ifndef _SV_KEYCODES_HXX -#include <keycodes.hxx> +#include <vcl/keycodes.hxx> #endif #ifndef _SV_SALBTYPE_HXX -#include <salbtype.hxx> +#include <vcl/salbtype.hxx> #endif #ifndef _SV_SALBMP_H #include <salbmp.h> |