diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:29:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:29:41 +0000 |
commit | 5cd1dfb1206fbdcb4db7381352270f8f6152bf4a (patch) | |
tree | 42fdd9b7e454354dbd0082f15d0b9abcf8b10ef5 /chart2/source/tools/Scaling.cxx | |
parent | 0f87ac67a20b618ea88046bedc4a16220b30dd17 (diff) |
INTEGRATION: CWS pchfix02 (1.5.82); FILE MERGED
2006/09/01 17:18:55 kaib 1.5.82.1: #i68856# Added header markers and pch files
Diffstat (limited to 'chart2/source/tools/Scaling.cxx')
-rw-r--r-- | chart2/source/tools/Scaling.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/tools/Scaling.cxx b/chart2/source/tools/Scaling.cxx index b24c1583c..b76bca52f 100644 --- a/chart2/source/tools/Scaling.cxx +++ b/chart2/source/tools/Scaling.cxx @@ -4,9 +4,9 @@ * * $RCSfile: Scaling.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:34:50 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:29:41 $ * * 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" #ifndef _CHART2_SCALING_HXX #include "Scaling.hxx" #endif |