diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:24:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:24:32 +0000 |
commit | a488b6c7bf565131f2ed93352bdce15adc93bb8a (patch) | |
tree | 8d26e589a37808aa007b5b5135de439317b1def3 /sd | |
parent | 48d38591734c7d1c6db39aa88e0f433d091351d0 (diff) |
INTEGRATION: CWS pchfix02 (1.8.278); FILE MERGED
2006/09/01 17:36:50 kaib 1.8.278.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx b/sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx index 1b3e1e6cdfff..48d0fc7a63e7 100644 --- a/sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx +++ b/sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleOutlineEditSource.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 03:26:25 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:24:32 $ * * 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 _SVX_UNOEDHLP_HXX #include <svx/unoedhlp.hxx> #endif |