diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:06:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:06:00 +0000 |
commit | b2c6ae170212798f3f50329192dbd95ec55b6141 (patch) | |
tree | 56a471c4ba93c5e538dd2362fe0081344244edd0 | |
parent | 3beff65fdedbece86a8eb0845bae41f6edac1da5 (diff) |
INTEGRATION: CWS pchfix02 (1.2.80); FILE MERGED
2006/09/01 17:18:40 kaib 1.2.80.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/controller/main/ChartFrameloader.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ChartFrameloader.cxx b/chart2/source/controller/main/ChartFrameloader.cxx index cfc94c2d18bc..a7996a7cefbb 100644 --- a/chart2/source/controller/main/ChartFrameloader.cxx +++ b/chart2/source/controller/main/ChartFrameloader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ChartFrameloader.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:33:24 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:06:00 $ * * 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 "ChartFrameloader.hxx" #include "servicenames.hxx" #include "MediaDescriptorHelper.hxx" |