diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:08:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:08:58 +0000 |
commit | 0a18ce99a37458d645230a12f48e3ab8c8f6fe88 (patch) | |
tree | 6e3e53b6b7b25d9ffb969547013ed17122f407f0 | |
parent | ac8f7b8f7fe31bea693885a1dd5643ae2e040721 (diff) |
INTEGRATION: CWS pchfix02 (1.8.80); FILE MERGED
2006/09/01 17:18:42 kaib 1.8.80.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/model/main/ChartModel.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/model/main/ChartModel.cxx b/chart2/source/model/main/ChartModel.cxx index 6b818fd5423d..78239f8bb61a 100644 --- a/chart2/source/model/main/ChartModel.cxx +++ b/chart2/source/model/main/ChartModel.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ChartModel.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:53:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:08:58 $ * * 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 "ChartModel.hxx" #include "ImplChartModel.hxx" #include "servicenames.hxx" |