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