diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:05:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:05:16 +0000 |
commit | 5cc3ef334a6fb071afe5f73d2344b2bfdefdcde3 (patch) | |
tree | 2672cae1784d8f5eb3a2f113603812cdf3d02180 /basic/source | |
parent | f19f27445ca2d0def944f4ee9da693554755b333 (diff) |
INTEGRATION: CWS pchfix02 (1.70.6); FILE MERGED
2006/09/01 17:17:04 kaib 1.70.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/runtime/methods.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 9298ab9df177..d6d5dceba6d9 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -4,9 +4,9 @@ * * $RCSfile: methods.cxx,v $ * - * $Revision: 1.70 $ + * $Revision: 1.71 $ * - * last change: $Author: ihi $ $Date: 2006-08-04 10:54:34 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:05:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basic.hxx" + #ifndef _DATE_HXX //autogen #include <tools/date.hxx> |