diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:17:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:17:49 +0000 |
commit | 79cd55ca1e5ee125bc0b41c1edf020ef048d76bd (patch) | |
tree | 0ade23a63930dd29272a02c3e98f52d917f8acc5 /toolkit | |
parent | 6b81d390ed7d3941f5bee715bd9a79cbffe420aa (diff) |
INTEGRATION: CWS pchfix02 (1.7.24); FILE MERGED
2006/09/01 17:54:22 kaib 1.7.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/controls/roadmapcontrol.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/controls/roadmapcontrol.cxx b/toolkit/source/controls/roadmapcontrol.cxx index 31d6b09523de..21dda78db750 100644 --- a/toolkit/source/controls/roadmapcontrol.cxx +++ b/toolkit/source/controls/roadmapcontrol.cxx @@ -4,9 +4,9 @@ * * $RCSfile: roadmapcontrol.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2006-07-19 15:55:48 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:17:49 $ * * 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_toolkit.hxx" + #ifndef _TOOLKIT_ROADMAP_CONTROL_HXX #include <toolkit/controls/roadmapcontrol.hxx> #endif |