diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:10:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:10:31 +0000 |
commit | d6d113cb72d9341c2f0adba9c983c243f1cd4b2b (patch) | |
tree | 65ac3d2487032f7f6dfbdeff870cdfa497348799 | |
parent | d8b259570f0db0a6d159cf87436056c9eb5a7aa2 (diff) |
INTEGRATION: CWS pchfix02 (1.2.80); FILE MERGED
2006/09/01 17:18:43 kaib 1.2.80.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/model/main/DataSeriesProperties.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/model/main/DataSeriesProperties.cxx b/chart2/source/model/main/DataSeriesProperties.cxx index e47effafcf54..040802868f76 100644 --- a/chart2/source/model/main/DataSeriesProperties.cxx +++ b/chart2/source/model/main/DataSeriesProperties.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DataSeriesProperties.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:57:00 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:10:31 $ * * 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 "DataSeriesProperties.hxx" #include "DataPointProperties.hxx" #include "DataPoint.hxx" |