diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:47:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:47:35 +0000 |
commit | a4e3eb7948c2c1563df3875862ecf33f29742fb9 (patch) | |
tree | bc3dfd258b6140f684823e092b235f55d3669bf3 /vcl | |
parent | 5798ad7407773227779e1a56fa4f8883c83bb8f1 (diff) |
INTEGRATION: CWS vgbugs07 (1.17.104); FILE MERGED
2007/06/04 13:29:59 vg 1.17.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/app/salsys.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/unx/source/app/salsys.cxx b/vcl/unx/source/app/salsys.cxx index a334400064a2..68f9fa8cea5e 100644 --- a/vcl/unx/source/app/salsys.cxx +++ b/vcl/unx/source/app/salsys.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salsys.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: obo $ $Date: 2007-01-25 11:25:53 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:47:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,11 +37,11 @@ #include "precompiled_vcl.hxx" #include <salunx.h> -#include <salsys.hxx> +#include <vcl/salsys.hxx> #include <dtint.hxx> -#include <msgbox.hxx> -#include <button.hxx> -#include <svdata.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/button.hxx> +#include <vcl/svdata.hxx> #include <saldata.hxx> #include <salinst.h> #include <saldisp.hxx> |