diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:24:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:24:45 +0000 |
commit | 60b05ae7a99a1c3a888349baebd7cb0d52472af4 (patch) | |
tree | a536ec1cb184621469afe605d5a506239dca1f45 /sd/source | |
parent | a488b6c7bf565131f2ed93352bdce15adc93bb8a (diff) |
INTEGRATION: CWS pchfix02 (1.12.278); FILE MERGED
2006/09/01 17:36:50 kaib 1.12.278.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/accessibility/AccessibleOutlineView.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/accessibility/AccessibleOutlineView.cxx b/sd/source/ui/accessibility/AccessibleOutlineView.cxx index 881884db0fdb..1e174110e329 100644 --- a/sd/source/ui/accessibility/AccessibleOutlineView.cxx +++ b/sd/source/ui/accessibility/AccessibleOutlineView.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleOutlineView.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-09 03:26:42 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:24:45 $ * * 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_sd.hxx" + #ifndef _COM_SUN_STAR_DRAWING_XDRAWPAGE_HPP_ #include <com/sun/star/drawing/XDrawPage.hpp> #endif |