diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:01:51 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:01:51 +0000 |
commit | bc249cc018abb2ab3e9bb6dd599eb2c6e07e25d1 (patch) | |
tree | 04a01e587d5b8cc3a6ec30a11b53ac90c5714925 /sc/source/ui/Accessibility | |
parent | f060579568c3d2abf5ceff5769db58ed6c52273d (diff) |
INTEGRATION: CWS pchfix01 (1.29.214); FILE MERGED
2006/07/12 10:02:15 kaib 1.29.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source/ui/Accessibility')
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleContextBase.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleContextBase.cxx b/sc/source/ui/Accessibility/AccessibleContextBase.cxx index b77a20a86ef4..a49ba30bfe52 100644 --- a/sc/source/ui/Accessibility/AccessibleContextBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleContextBase.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleContextBase.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:16:20 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:01:51 $ * * 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_sc.hxx" + #ifndef _SC_ACCESSIBLECONTEXTBASE_HXX #include "AccessibleContextBase.hxx" |