diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:06:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:06:31 +0000 |
commit | 21ae054fb4d3833ec2d5cec948034bad581dec19 (patch) | |
tree | 0124729f2ab41f16079e84ef75bd6054f441fe96 /toolkit/source/awt | |
parent | 6dfb1e0677536c1f15e04c2a423c010fd3462bbe (diff) |
INTEGRATION: CWS pchfix02 (1.56.40); FILE MERGED
2006/09/01 17:54:15 kaib 1.56.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'toolkit/source/awt')
-rw-r--r-- | toolkit/source/awt/vclxaccessiblecomponent.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx index 75d07c955df3..1e4cfa43bb70 100644 --- a/toolkit/source/awt/vclxaccessiblecomponent.cxx +++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vclxaccessiblecomponent.cxx,v $ * - * $Revision: 1.56 $ + * $Revision: 1.57 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:58:26 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:06:31 $ * * 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_toolkit.hxx" + #ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEROLE_HPP_ #include <com/sun/star/accessibility/AccessibleRole.hpp> |