diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:26:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:26:26 +0000 |
commit | f9fc561f0d3b773c1f2a76e7eb064ebc4a189ebb (patch) | |
tree | 6a7f0a12db80d24939ece489bc5fcf7c5248a7e4 /sd | |
parent | c049cff702bb2b66f8712ac6c175a6473b7fa0a1 (diff) |
INTEGRATION: CWS pchfix02 (1.6.120); FILE MERGED
2006/09/01 17:36:51 kaib 1.6.120.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx index 77f1d931ed04..7c9fe5aa4443 100644 --- a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx +++ b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleSlideSorterObject.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2006-04-06 16:16:59 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:26:26 $ * * 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" + #include "AccessibleSlideSorterObject.hxx" #include "controller/SlideSorterController.hxx" |