diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:15:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:15:06 +0000 |
commit | c6a700a0cb5d72ee40379115726b9c9fec6e6d7a (patch) | |
tree | 68f48455422440b63530f169d8c4fab9a5e387db | |
parent | 2a42edd3b238bb0ad3f847db77ec702ef1d831e8 (diff) |
INTEGRATION: CWS pchfix02 (1.2.82); FILE MERGED
2006/09/01 17:18:45 kaib 1.2.82.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/model/main/Style.cxx | 7 | ||||
-rw-r--r-- | chart2/source/model/main/StyleFamilies.cxx | 7 | ||||
-rw-r--r-- | chart2/source/model/main/StyleFamily.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/chart2/source/model/main/Style.cxx b/chart2/source/model/main/Style.cxx index d7081c5df799..86e4bf518ed6 100644 --- a/chart2/source/model/main/Style.cxx +++ b/chart2/source/model/main/Style.cxx @@ -4,9 +4,9 @@ * * $RCSfile: Style.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:04:38 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:14:39 $ * * 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 "Style.hxx" #include "macros.hxx" diff --git a/chart2/source/model/main/StyleFamilies.cxx b/chart2/source/model/main/StyleFamilies.cxx index 9cf0fce3f7cd..fbe12261a2a5 100644 --- a/chart2/source/model/main/StyleFamilies.cxx +++ b/chart2/source/model/main/StyleFamilies.cxx @@ -4,9 +4,9 @@ * * $RCSfile: StyleFamilies.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:05:07 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:14:52 $ * * 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 "StyleFamilies.hxx" #include "macros.hxx" diff --git a/chart2/source/model/main/StyleFamily.cxx b/chart2/source/model/main/StyleFamily.cxx index 5dd894868094..54db9b062e4e 100644 --- a/chart2/source/model/main/StyleFamily.cxx +++ b/chart2/source/model/main/StyleFamily.cxx @@ -4,9 +4,9 @@ * * $RCSfile: StyleFamily.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:05:38 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:15:06 $ * * 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 "StyleFamily.hxx" #include "macros.hxx" |