diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:58:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:58:43 +0000 |
commit | 5c16f294a692f3d09f969502406f7da1f7e42d9b (patch) | |
tree | 411b6913df83ba210d514e380c2290063a041e6b /basic/source/app/ttbasic.cxx | |
parent | d07479cff33953665fa0f4b4d70b94c0e8b07e57 (diff) |
INTEGRATION: CWS pchfix02 (1.5.118); FILE MERGED
2006/09/01 17:16:59 kaib 1.5.118.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source/app/ttbasic.cxx')
-rw-r--r-- | basic/source/app/ttbasic.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/app/ttbasic.cxx b/basic/source/app/ttbasic.cxx index 9b37636613ff..bbac4e6d5521 100644 --- a/basic/source/app/ttbasic.cxx +++ b/basic/source/app/ttbasic.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ttbasic.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2005-09-29 15:57:56 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:58:43 $ * * 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_basic.hxx" #include "mybasic.hxx" #include "ttbasic.hxx" |