diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:42:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:42:15 +0000 |
commit | 48826ddba3366b1c83d291cc51fc12ef936a2421 (patch) | |
tree | a57c140caf28ebebbe0523140f4e9807d54b193d /vcl | |
parent | b2ba1e10b0670e868155ee64c2833a95879bed7d (diff) |
INTEGRATION: CWS pchfix02 (1.208.4); FILE MERGED
2006/09/01 17:58:11 kaib 1.208.4.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/window/salframe.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/source/window/salframe.cxx b/vcl/unx/source/window/salframe.cxx index 9d81d4b5bc69..c07f9e8067b6 100644 --- a/vcl/unx/source/window/salframe.cxx +++ b/vcl/unx/source/window/salframe.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salframe.cxx,v $ * - * $Revision: 1.208 $ + * $Revision: 1.209 $ * - * last change: $Author: hr $ $Date: 2006-08-11 17:52:43 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:42:15 $ * * 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 <string.h> #include <stdio.h> #include <stdlib.h> |