diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:09:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:09:56 +0000 |
commit | 4b5275da26f0902a31062b5329a39d3a5d18cfd1 (patch) | |
tree | 52a6dd37d3bf5fe444c99451e533ac81baa3722d /basic/source | |
parent | a846929bdac52b988a95cf5222343532e52aa9e3 (diff) |
INTEGRATION: CWS pchfix02 (1.4.56); FILE MERGED
2006/09/01 17:17:07 kaib 1.4.56.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/sbx/sbxexec.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx index 702628013bf9..fea002d5b21b 100644 --- a/basic/source/sbx/sbxexec.cxx +++ b/basic/source/sbx/sbxexec.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxexec.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2006-04-07 14:52:31 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:09:56 $ * * 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 _ERRCODE_HXX //autogen #include <tools/errcode.hxx> #endif |