diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:28:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:28:04 +0000 |
commit | 7e028ac66d006fb09d4c79f1538507c4d63821f2 (patch) | |
tree | c834e34ba4553da07b1b72a5a6bd75ad3fd6494e /chart2 | |
parent | c367bf0eab7c130d955dc98000d27536511af168 (diff) |
INTEGRATION: CWS pchfix02 (1.3.82); FILE MERGED
2006/09/01 17:18:54 kaib 1.3.82.1: #i68856# Added header markers and pch files
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/tools/OStyle.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/tools/OStyle.cxx b/chart2/source/tools/OStyle.cxx index ebea03a74491..034c74b46d1c 100644 --- a/chart2/source/tools/OStyle.cxx +++ b/chart2/source/tools/OStyle.cxx @@ -4,9 +4,9 @@ * * $RCSfile: OStyle.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:32:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:28:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_chart2.hxx" #include "OStyle.hxx" #include "macros.hxx" |