diff options
-rw-r--r-- | sc/source/ui/Accessibility/AccessiblePageHeader.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/Accessibility/AccessiblePageHeader.cxx b/sc/source/ui/Accessibility/AccessiblePageHeader.cxx index fc3cb91194f2..6fff2d22c273 100644 --- a/sc/source/ui/Accessibility/AccessiblePageHeader.cxx +++ b/sc/source/ui/Accessibility/AccessiblePageHeader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessiblePageHeader.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:18:22 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:06: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_sc.hxx" + #include "AccessiblePageHeader.hxx" #ifndef _SC_ACCESSIBLEPAGEHEADERAREA_HXX #include "AccessiblePageHeaderArea.hxx" |