diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:08:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:08:09 +0000 |
commit | 49c9a87b45c005a4e790ca1b020e85188877aeb4 (patch) | |
tree | c422943daacab17945b938e9664370fa45cfa25c /basic/source | |
parent | 117ff82a3845686a2257914a86d781f539a9a8e6 (diff) |
INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED
2006/09/01 17:17:06 kaib 1.3.120.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/sbx/sbxbool.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxbool.cxx b/basic/source/sbx/sbxbool.cxx index 9dd2efe1868a..ef67d2d46597 100644 --- a/basic/source/sbx/sbxbool.cxx +++ b/basic/source/sbx/sbxbool.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxbool.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:46:11 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:08:09 $ * * 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 |