diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:14:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:14:12 +0000 |
commit | 2a42edd3b238bb0ad3f847db77ec702ef1d831e8 (patch) | |
tree | fcb556162efe639944e955f0a7c51362e36395c3 | |
parent | bdfdd88b7d05be902d157812d82cdfed0194f77d (diff) |
INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED
2006/09/01 17:18:45 kaib 1.3.80.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/model/main/RectangularDataSource.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/model/main/RectangularDataSource.cxx b/chart2/source/model/main/RectangularDataSource.cxx index 0fccbed7d96b..273d1bd9ce59 100644 --- a/chart2/source/model/main/RectangularDataSource.cxx +++ b/chart2/source/model/main/RectangularDataSource.cxx @@ -4,9 +4,9 @@ * * $RCSfile: RectangularDataSource.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:04:08 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:14:12 $ * * 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 "RectangularDataSource.hxx" #include "CachedDataSequence.hxx" #include "StandardNaNHelper.hxx" |