diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:02:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:02:33 +0000 |
commit | d1bbf19a5558fe79c725fe919485bda0ebad9481 (patch) | |
tree | 0f70453267de080a3fceaa4de4f00e0690b0afa6 | |
parent | 00cc0658c7bd3fe9284810e08fad40cd0206ab90 (diff) |
INTEGRATION: CWS pchfix02 (1.11.80); FILE MERGED
2006/09/01 17:18:37 kaib 1.11.80.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx | 7 | ||||
-rw-r--r-- | chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx b/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx index 20469dbc046b..7783b3fc0fe5 100644 --- a/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DataPointItemConverter.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:29:00 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:01:48 $ * * 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 "DataPointItemConverter.hxx" #include "SchWhichPairs.hxx" #include "macros.hxx" diff --git a/chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx b/chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx index f27643dc8800..abad0f307dd3 100644 --- a/chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/LegendItemConverter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: LegendItemConverter.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:29:43 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:02:33 $ * * 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 "LegendItemConverter.hxx" #include "SchWhichPairs.hxx" #include "macros.hxx" |