diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:13:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:13:05 +0000 |
commit | 6e2b2522c57ce2643788ff63d4c842b34f1ad25e (patch) | |
tree | 2ce72dc0966f6a7f8f650c3909056ab1273c2453 | |
parent | 1926d700f737135cb0b3bda8be4b09401d9fa0de (diff) |
INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED
2006/09/01 17:18:44 kaib 1.3.80.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/model/main/LayoutContainer.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/model/main/LayoutContainer.cxx b/chart2/source/model/main/LayoutContainer.cxx index 1aa03644d8af..1c0a94a17f8f 100644 --- a/chart2/source/model/main/LayoutContainer.cxx +++ b/chart2/source/model/main/LayoutContainer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: LayoutContainer.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:01:46 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:13:05 $ * * 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 "LayoutContainer.hxx" #include "algohelper.hxx" #include "macros.hxx" |