diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:07:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:07:16 +0000 |
commit | 2574725334a88f30471d6eb3213bef20c82bc5f8 (patch) | |
tree | 8644c62cd1fc313d1701ba5e79329610512130cf /basic/source | |
parent | 956a1f7ac1c2963d1a9d0d3ac93af01323e591c4 (diff) |
INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED
2006/09/01 17:17:05 kaib 1.4.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/sample/collelem.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/sample/collelem.cxx b/basic/source/sample/collelem.cxx index 0e7422b8a031..bbff5b75de4d 100644 --- a/basic/source/sample/collelem.cxx +++ b/basic/source/sample/collelem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: collelem.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:47:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:07:16 $ * * 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 |