diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:56:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:56:40 +0000 |
commit | cd4ce81e2dadb06a55ed2bbebbb1ecbef72692c4 (patch) | |
tree | c0f770f0b8ae67f77effd28bf5801f3ddc9aa835 /vcl | |
parent | 4d13f77ee122be294f447fa4f121911fb94b3cd1 (diff) |
INTEGRATION: CWS vgbugs07 (1.14.80); FILE MERGED
2007/06/06 11:45:01 vg 1.14.80.2: RESYNC: (1.14-1.15); FILE MERGED
2007/06/04 13:30:02 vg 1.14.80.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/app/salinfo.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/win/source/app/salinfo.cxx b/vcl/win/source/app/salinfo.cxx index 60629b8dbbe5..aa74588f844a 100644 --- a/vcl/win/source/app/salinfo.cxx +++ b/vcl/win/source/app/salinfo.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salinfo.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: vg $ $Date: 2007-05-25 11:03:45 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:56:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,8 +60,8 @@ #include <salinst.h> #include <saldata.hxx> #include <tools/debug.hxx> -#include <svdata.hxx> -#include <window.hxx> +#include <vcl/svdata.hxx> +#include <vcl/window.hxx> SalSystem* WinSalInstance::CreateSalSystem() { |