diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:32:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:32:54 +0000 |
commit | f256d6c47b7b032b51987d26df9c0320243a8ab8 (patch) | |
tree | 520cbad4bf26f7cd72b58acfe419f79a2dd31ec6 | |
parent | 4de590165d5194f70a5691dd2df26523c825af9c (diff) |
INTEGRATION: CWS pchfix02 (1.6.80); FILE MERGED
2006/09/01 17:18:58 kaib 1.6.80.1: #i68856# Added header markers and pch files
-rw-r--r-- | chart2/source/view/axes/VPolarGrid.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/view/axes/VPolarGrid.cxx b/chart2/source/view/axes/VPolarGrid.cxx index 6614e79301d0..4c34cd9db4f4 100644 --- a/chart2/source/view/axes/VPolarGrid.cxx +++ b/chart2/source/view/axes/VPolarGrid.cxx @@ -4,9 +4,9 @@ * * $RCSfile: VPolarGrid.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:41:04 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:32:54 $ * * 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 "VPolarGrid.hxx" #include "VCartesianGrid.hxx" #include "TickmarkHelper.hxx" |