diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:28:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:28:56 +0000 |
commit | 8bfdc96623c02bce83548a4a20e4406590f4e122 (patch) | |
tree | 6d05686254e2f68151887193a9197078dbd7eb44 /vcl/unx | |
parent | dd4ff004c68672f4760a27ac4b36bf8050ef3015 (diff) |
INTEGRATION: CWS pchfix02 (1.3.26); FILE MERGED
2006/09/01 17:58:01 kaib 1.3.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk/a11y/atkwrapper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/gtk/a11y/atkwrapper.cxx b/vcl/unx/gtk/a11y/atkwrapper.cxx index ccb775dfa200..506b73f91eb6 100644 --- a/vcl/unx/gtk/a11y/atkwrapper.cxx +++ b/vcl/unx/gtk/a11y/atkwrapper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: atkwrapper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ihi $ $Date: 2006-08-04 13:12:04 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:28:56 $ * * 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 <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Type.hxx> #include <com/sun/star/uno/Sequence.hxx> |