diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:16:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:16:38 +0000 |
commit | d21dcea6ea9cc2689b63805cfb969175f3e3ec7f (patch) | |
tree | ca8de65446db9cd08461820fbf46f68c8b635e50 /toolkit/source/controls/accessiblecontrolcontext.cxx | |
parent | 446a2bfca89782641552091f8076cb6f069c01dc (diff) |
INTEGRATION: CWS pchfix02 (1.8.40); FILE MERGED
2006/09/01 17:54:21 kaib 1.8.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'toolkit/source/controls/accessiblecontrolcontext.cxx')
-rw-r--r-- | toolkit/source/controls/accessiblecontrolcontext.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/controls/accessiblecontrolcontext.cxx b/toolkit/source/controls/accessiblecontrolcontext.cxx index 3bbd3bef2473..b5a375dde71d 100644 --- a/toolkit/source/controls/accessiblecontrolcontext.cxx +++ b/toolkit/source/controls/accessiblecontrolcontext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: accessiblecontrolcontext.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:03:03 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:16:38 $ * * 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 TOOLKIT_ACCESSIBLE_CONTROL_CONTEXT_HXX #include <toolkit/controls/accessiblecontrolcontext.hxx> #endif |