diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:15:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:15:46 +0000 |
commit | 0ea63df61f2b06f25d5a16052bd577fd24f2ee53 (patch) | |
tree | 87f953ed16ec4d67fd6439c7c3390692ae8fc386 | |
parent | 5690366fae281af9e7f1167689007ff52b12aead (diff) |
INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED
2006/09/01 17:18:46 kaib 1.4.80.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/model/main/Wall.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/model/main/Wall.cxx b/chart2/source/model/main/Wall.cxx index 3cf061ab8b7f..d41b449236e9 100644 --- a/chart2/source/model/main/Wall.cxx +++ b/chart2/source/model/main/Wall.cxx @@ -4,9 +4,9 @@ * * $RCSfile: Wall.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:07:09 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:15:46 $ * * 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 "Wall.hxx" #include "macros.hxx" #include "algohelper.hxx" |