diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:56:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:56:27 +0000 |
commit | 4d13f77ee122be294f447fa4f121911fb94b3cd1 (patch) | |
tree | 1321e0ee4e196aac2f2533458a33c454c5089ae6 | |
parent | 1de5cf103f69bc44b80fe8f8cf833ac1910eb371 (diff) |
INTEGRATION: CWS vgbugs07 (1.7.240); FILE MERGED
2007/06/04 13:30:02 vg 1.7.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | vcl/win/source/app/saldata.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/win/source/app/saldata.cxx b/vcl/win/source/app/saldata.cxx index 2f6d7c4cf36b..2ab83badb6fb 100644 --- a/vcl/win/source/app/saldata.cxx +++ b/vcl/win/source/app/saldata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: saldata.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 12:42:56 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:56:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,7 +44,7 @@ #ifndef _SV_SALDATA_HXX #include <saldata.hxx> #endif -#include <svapp.hxx> +#include <vcl/svapp.hxx> // ======================================================================= |