diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:48:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:48:43 +0000 |
commit | 734ab08c21bf8575f7d8740249d1db5275286020 (patch) | |
tree | 5be3f45af34248c93a3426b996683d900183315e /vcl | |
parent | 97bfdbf54ed5b436db00b4b525580a9be40027d9 (diff) |
INTEGRATION: CWS os2port02 (1.4.2); FILE MERGED
2007/10/08 14:28:41 obr 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED
2007/09/30 13:04:32 ydario 1.4.2.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/os2/source/app/salinst.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/os2/source/app/salinst.cxx b/vcl/os2/source/app/salinst.cxx index 45c6adad6e5d..f88c41a5fa27 100644 --- a/vcl/os2/source/app/salinst.cxx +++ b/vcl/os2/source/app/salinst.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salinst.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2007-09-25 10:09:07 $ + * last change: $Author: hr $ $Date: 2007-11-02 12:48:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,6 +54,9 @@ #ifndef _SV_SALIDS_HRC #include <salids.hrc> #endif +#ifndef _SV_SALATYPE_HXX +#include <vcl/salatype.hxx> +#endif #ifndef _SV_SALDATA_HXX #include <saldata.hxx> #endif @@ -79,14 +82,11 @@ #include <salbmp.h> #endif #ifndef _SV_SALIMESTATUS_HXX -#include <salimestatus.hxx> -#endif -#ifndef _SV_SVAPP_HXX -#include <svapp.hxx> +#include <vcl/salimestatus.hxx> #endif #ifndef _SV_TIMER_HXX -#include <timer.hxx> +#include <vcl/timer.hxx> #endif // ======================================================================= |