diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:02:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:02:49 +0000 |
commit | 339abb4151207f9baeac038bca40b1d9d5612029 (patch) | |
tree | 84865ed6cd7bfcabe056f9e8379561256fc05f0c /basic | |
parent | 555c7eb2ab3d38888f5da77c4758f75b2ce3c75b (diff) |
INTEGRATION: CWS pchfix02 (1.9.24); FILE MERGED
2006/09/01 17:17:02 kaib 1.9.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/loops.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/comp/loops.cxx b/basic/source/comp/loops.cxx index ea61af8ecec8..cfdec050c7c3 100644 --- a/basic/source/comp/loops.cxx +++ b/basic/source/comp/loops.cxx @@ -4,9 +4,9 @@ * * $RCSfile: loops.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:42:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:02:49 $ * * 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" + #include "sbcomp.hxx" // Single-line IF und Multiline IF |