diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:21:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:21:25 +0000 |
commit | 747e63e965b57cf3a92493a0db47a4cbc557acf6 (patch) | |
tree | aedb901598afc347449526b4306fdf87a30dd266 /svtools | |
parent | 4f24c39f06da29b059be4aea2b827a8148ea8e8d (diff) |
INTEGRATION: CWS pchfix02 (1.43.26); FILE MERGED
2006/09/01 17:43:26 kaib 1.43.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/numbers/zforfind.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/source/numbers/zforfind.cxx b/svtools/source/numbers/zforfind.cxx index fe867f7d5764..cd510cb29dcf 100644 --- a/svtools/source/numbers/zforfind.cxx +++ b/svtools/source/numbers/zforfind.cxx @@ -4,9 +4,9 @@ * * $RCSfile: zforfind.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: ihi $ $Date: 2006-08-01 15:51:21 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:21:25 $ * * 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_svtools.hxx" + #include <ctype.h> #include <stdlib.h> #include <float.h> |