diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:39:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:39:37 +0000 |
commit | 0cd535abe955e6e11ced0483d48bfee602461787 (patch) | |
tree | 6b96b74a72300d35506568f723a91e3389752519 /chart2/source | |
parent | abaf6b1d8f5f92373f760f216a20e0295a5508d7 (diff) |
INTEGRATION: CWS pchfix02 (1.10.78); FILE MERGED
2006/09/01 17:19:02 kaib 1.10.78.1: #i68856# Added header markers and pch files
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/view/main/VTitle.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/view/main/VTitle.cxx b/chart2/source/view/main/VTitle.cxx index e3e28e3a5545..68ab0889b1d6 100644 --- a/chart2/source/view/main/VTitle.cxx +++ b/chart2/source/view/main/VTitle.cxx @@ -4,9 +4,9 @@ * * $RCSfile: VTitle.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:52:15 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:39:37 $ * * 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 "VTitle.hxx" #include "CommonConverters.hxx" #include "macros.hxx" |