diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:28:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:28:32 +0000 |
commit | 03d3253f42f931543310ba45d584c086ccd67673 (patch) | |
tree | cfed1eb46d223bcbbbcff63132af01b4b41d57a4 /chart2/source/tools/PropertyHelper.cxx | |
parent | cddae8eb282bbab2539fe3d94e090b3c13e1f366 (diff) |
INTEGRATION: CWS pchfix02 (1.2.80); FILE MERGED
2006/09/01 17:18:54 kaib 1.2.80.1: #i68856# Added header markers and pch files
Diffstat (limited to 'chart2/source/tools/PropertyHelper.cxx')
-rw-r--r-- | chart2/source/tools/PropertyHelper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/tools/PropertyHelper.cxx b/chart2/source/tools/PropertyHelper.cxx index b6a6b6de5241..e497e146b249 100644 --- a/chart2/source/tools/PropertyHelper.cxx +++ b/chart2/source/tools/PropertyHelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: PropertyHelper.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:33:11 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:28:32 $ * * 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 "PropertyHelper.hxx" #include "macros.hxx" |