diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:04:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:04:03 +0000 |
commit | f0584f1ea30ed9736f8ab0b4e8a520f5b96cd599 (patch) | |
tree | 4ae8bc11552a74cb3a9b90a8ba0d7e870bf849f5 | |
parent | 3e75ae0d1dddcd7f5cd9997cf7d90e09b7799b56 (diff) |
INTEGRATION: CWS pchfix02 (1.17.78); FILE MERGED
2006/09/01 17:18:39 kaib 1.17.78.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/controller/main/ChartController.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx index 548e18a25a7a..31c59b2dc192 100644 --- a/chart2/source/controller/main/ChartController.cxx +++ b/chart2/source/controller/main/ChartController.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ChartController.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:31:32 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:04:03 $ * * 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 "ChartController.hxx" #include "servicenames.hxx" #include "SchItemPool.hxx" |