diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:25:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:25:08 +0000 |
commit | db9f35c360b98e46c3704b85582a1fd31ed6525a (patch) | |
tree | 0aef2094e8e77d7a6a040bbc7ade64ce01bc133a /chart2/source/tools/LegendHelper.cxx | |
parent | c5e75b17b9014b818a30d68c1bd2a59dc4433355 (diff) |
INTEGRATION: CWS pchfix02 (1.6.80); FILE MERGED
2006/09/01 17:18:52 kaib 1.6.80.1: #i68856# Added header markers and pch files
Diffstat (limited to 'chart2/source/tools/LegendHelper.cxx')
-rw-r--r-- | chart2/source/tools/LegendHelper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/tools/LegendHelper.cxx b/chart2/source/tools/LegendHelper.cxx index ca55b5a621b2..4700b682a6e1 100644 --- a/chart2/source/tools/LegendHelper.cxx +++ b/chart2/source/tools/LegendHelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: LegendHelper.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:29:57 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:25:08 $ * * 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 "LegendHelper.hxx" #include "macros.hxx" |