diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:04:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:04:08 +0000 |
commit | f440eab7583212511c215242efa99077074562ee (patch) | |
tree | 0eaf3a9d34d8cbc3d248203b1d96d03b7b0c1b51 /basic/source | |
parent | edb80fcc09cb39ea64b08b6225bc1d6813c3d683 (diff) |
INTEGRATION: CWS pchfix02 (1.4.44); FILE MERGED
2006/09/01 17:17:03 kaib 1.4.44.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/runtime/basrdll.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/runtime/basrdll.cxx b/basic/source/runtime/basrdll.cxx index 57f553f234e4..1ccda04a61f9 100644 --- a/basic/source/runtime/basrdll.cxx +++ b/basic/source/runtime/basrdll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: basrdll.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2006-05-05 08:49:19 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:04:08 $ * * 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 _SHL_HXX //autogen #include <tools/shl.hxx> #endif |