diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:29:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:29:37 +0000 |
commit | 651d21c1c5f59f6632e8dc4d04f87cd24fcfe670 (patch) | |
tree | 99e89cd0a9fa6dd6c604214d6ca55b2df1231f7c /vcl | |
parent | 3986f731bdb3e7a346c09e366efdcade899f2d95 (diff) |
INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED
2006/09/01 17:58:02 kaib 1.4.112.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk/app/gtksys.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx index 27e7dbd959b5..da28a67cbee2 100644 --- a/vcl/unx/gtk/app/gtksys.cxx +++ b/vcl/unx/gtk/app/gtksys.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gtksys.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 19:44:45 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:29:37 $ * * 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 <svunx.h> #include <svdata.hxx> #include <window.hxx> |