diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:08:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:08:02 +0000 |
commit | ac8f7b8f7fe31bea693885a1dd5643ae2e040721 (patch) | |
tree | 17b24a7f20fe117b5ff91a2caac9bd4cc4e0838c | |
parent | d7be5e85d684a3334f1f3be545d10032f7d62db7 (diff) |
INTEGRATION: CWS pchfix02 (1.7.80); FILE MERGED
2006/09/01 17:18:41 kaib 1.7.80.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/model/main/Axis.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/model/main/Axis.cxx b/chart2/source/model/main/Axis.cxx index c1bd2df2a1a5..039869a752b0 100644 --- a/chart2/source/model/main/Axis.cxx +++ b/chart2/source/model/main/Axis.cxx @@ -4,9 +4,9 @@ * * $RCSfile: Axis.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:52:46 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:08:02 $ * * 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 "Axis.hxx" #include "macros.hxx" #include "CharacterProperties.hxx" |