diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:06:26 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:06:26 +0000 |
commit | 4f8bd8e21c803d52e18e4be846e18574623d4880 (patch) | |
tree | 73327f746f42fa90e4f7d7fa42ed72c7592eae0a /sc/source/ui/Accessibility/AccessiblePageHeader.cxx | |
parent | c58d8e41a254c19cbb4d9e1e76d5b951199addba (diff) |
INTEGRATION: CWS pchfix01 (1.18.214); FILE MERGED
2006/07/12 10:02:17 kaib 1.18.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/AccessiblePageHeader.cxx')
-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" |