diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:35:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:35:42 +0000 |
commit | 70c3a8b75f1ea2ed1b38638ef2d12a49a5eaa963 (patch) | |
tree | 09b7f1e314f0d9def0859e66aa88894d05262ebd /vcl | |
parent | 2596007ee3e9a10b453d6d8a43dc7472bd4cc5d1 (diff) |
INTEGRATION: CWS pchfix02 (1.14.4); FILE MERGED
2006/09/01 17:58:06 kaib 1.14.4.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/app/salsys.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/source/app/salsys.cxx b/vcl/unx/source/app/salsys.cxx index 55a3c930e0a1..4c69a52b9ad3 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.14 $ + * $Revision: 1.15 $ * - * last change: $Author: vg $ $Date: 2006-08-16 16:17:24 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:35:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_vcl.hxx" + #include <salunx.h> #include <salsys.hxx> #include <dtint.hxx> |