diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:22:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:22:52 +0000 |
commit | 588007a4596938e547fdeeb7c928d27e51322a5e (patch) | |
tree | 99ea461e1d00ff4ed8e9cd18ade601f86ead1885 | |
parent | e695adb92cf096400d263ff0ed4d468ededb2514 (diff) |
INTEGRATION: CWS pchfix02 (1.7.78); FILE MERGED
2006/09/01 17:18:51 kaib 1.7.78.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/tools/CommonConverters.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/tools/CommonConverters.cxx b/chart2/source/tools/CommonConverters.cxx index 0cc69e4e0187..89a970c18f3c 100644 --- a/chart2/source/tools/CommonConverters.cxx +++ b/chart2/source/tools/CommonConverters.cxx @@ -4,9 +4,9 @@ * * $RCSfile: CommonConverters.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:27:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:22:52 $ * * 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" #ifndef __CHART_COMMON_CONVERTERS_HXX #include "CommonConverters.hxx" #endif |