diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:17:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:17:11 +0000 |
commit | d20661f6e321724e219956c30f2d27fdc015e1d6 (patch) | |
tree | ea492feda45f16017e0ad98207f865680cbd5163 | |
parent | 9cf500dd0a4a2e636abf180e8595594cb8379741 (diff) |
INTEGRATION: CWS pchfix02 (1.5.80); FILE MERGED
2006/09/01 17:18:47 kaib 1.5.80.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/model/template/BarChartTypeTemplate.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/model/template/BarChartTypeTemplate.cxx b/chart2/source/model/template/BarChartTypeTemplate.cxx index 755a1f3e5865..2827be43ea1a 100644 --- a/chart2/source/model/template/BarChartTypeTemplate.cxx +++ b/chart2/source/model/template/BarChartTypeTemplate.cxx @@ -4,9 +4,9 @@ * * $RCSfile: BarChartTypeTemplate.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:10:02 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:17:11 $ * * 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 "BarChartTypeTemplate.hxx" #include "BarChartType.hxx" #include "ColumnChartType.hxx" |